We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 873b2ca + 3ad6d13 commit 54f7ebdCopy full SHA for 54f7ebd
modules/core/include/opencv2/core/mat.hpp
@@ -2287,9 +2287,9 @@ class CV_EXPORTS UMat
2287
UMat colRange(int startcol, int endcol) const;
2288
UMat colRange(const Range& r) const;
2289
//! ... for the specified diagonal
2290
- // (d=0 - the main diagonal,
2291
- // >0 - a diagonal from the lower half,
2292
- // <0 - a diagonal from the upper half)
+ //! (d=0 - the main diagonal,
+ //! >0 - a diagonal from the upper half,
+ //! <0 - a diagonal from the lower half)
2293
UMat diag(int d=0) const;
2294
//! constructs a square diagonal matrix which main diagonal is vector "d"
2295
static UMat diag(const UMat& d);
0 commit comments