Commit 519e452e authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #8128 from LaurentBerger:MatrixExpressions

Add a link to MatExpr in Detailed Description of Mat
parents 89eca83f 488eb11b
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment