Merge pull request #3549 from mshabunin:sphinx-doc-remove

This commit is contained in:
Vadim Pisarevsky
2014-12-31 09:14:22 +00:00
551 changed files with 341 additions and 74482 deletions

View File

@@ -637,9 +637,7 @@ sub-matrices.
Partial yet very common cases of this *user-allocated data* case are conversions from CvMat and
IplImage to Mat. For this purpose, there is function cv::cvarrToMat taking pointers to CvMat or
IplImage and the optional flag indicating whether to copy the data or not.
@dontinclude samples/cpp/image.cpp
@skip Ptr<IplImage> iplimg
@until is converted, while the data is shared
@snippet samples/cpp/image.cpp iplimage
- Use MATLAB-style array initializers, zeros(), ones(), eye(), for example:
@code