Skip to content

Commit 488eb11

Browse files
committed
Add a link to MatExpr in Detailed Description of Mat
1 parent a2fed4c commit 488eb11

File tree

1 file changed

+2
-0
lines changed
  • modules/core/include/opencv2/core

1 file changed

+2
-0
lines changed

modules/core/include/opencv2/core/mat.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,8 @@ Finally, there are STL-style iterators that are smart enough to skip gaps betwee
736736
@endcode
737737
The matrix iterators are random-access iterators, so they can be passed to any STL algorithm,
738738
including std::sort().
739+
740+
@note Matrix Expressions and arithmetic see MatExpr
739741
*/
740742
class CV_EXPORTS Mat
741743
{

0 commit comments

Comments
 (0)