1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #8128 from LaurentBerger:MatrixExpressions

Add a link to MatExpr in Detailed Description of Mat
This commit is contained in:
Alexander Alekhin
2017-02-06 10:34:12 +00:00
committed by GitHub
@@ -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
{