Add a link to MatExpr in Detailed Description of Mat

pull/8128/head
LaurentBerger 8 years ago
parent a2fed4c790
commit 488eb11ba8
  1. 2
      modules/core/include/opencv2/core/mat.hpp

@ -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
{

Loading…
Cancel
Save