Commit 488eb11b authored by LaurentBerger's avatar LaurentBerger

Add a link to MatExpr in Detailed Description of Mat

parent a2fed4c7
...@@ -736,6 +736,8 @@ Finally, there are STL-style iterators that are smart enough to skip gaps betwee ...@@ -736,6 +736,8 @@ Finally, there are STL-style iterators that are smart enough to skip gaps betwee
@endcode @endcode
The matrix iterators are random-access iterators, so they can be passed to any STL algorithm, The matrix iterators are random-access iterators, so they can be passed to any STL algorithm,
including std::sort(). including std::sort().
@note Matrix Expressions and arithmetic see MatExpr
*/ */
class CV_EXPORTS Mat 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