Add a link to MatExpr in Detailed Description of Mat
authorLaurentBerger <laurent.berger@univ-lemans.fr>
Sat, 4 Feb 2017 10:10:50 +0000 (11:10 +0100)
committerLaurentBerger <laurent.berger@univ-lemans.fr>
Sat, 4 Feb 2017 10:10:50 +0000 (11:10 +0100)
modules/core/include/opencv2/core/mat.hpp

index 39c197e..0953b36 100644 (file)
@@ -736,6 +736,8 @@ Finally, there are STL-style iterators that are smart enough to skip gaps betwee
 @endcode
 The matrix iterators are random-access iterators, so they can be passed to any STL algorithm,
 including std::sort().
+
+@note Matrix Expressions and arithmetic see MatExpr
 */
 class CV_EXPORTS Mat
 {