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

Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169

- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
This commit is contained in:
StevenPuttemans
2013-07-29 15:51:16 +02:00
parent 886c009da6
commit 0c5244103f
30 changed files with 174 additions and 1 deletions
+3
View File
@@ -803,6 +803,9 @@ Finally, there are STL-style iterators that are smart enough to skip gaps betwee
The matrix iterators are random-access iterators, so they can be passed to any STL algorithm, including ``std::sort()`` .
.. Sample code::
* : An example demonstrating the serial out capabilities of cv::Mat can be found at opencv_source_code/samples/cpp/cout_mat.cpp
.. _MatrixExpressions: