Skip to content

Commit

Permalink
Add a link to MatExpr in Detailed Description of Mat
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBerger committed Feb 4, 2017
1 parent a2fed4c commit 488eb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/core/include/opencv2/core/mat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 488eb11

Please sign in to comment.