Merge pull request #8368 from csukuangfj:patch-5

pull/8370/head
Alexander Alekhin 8 years ago
commit 502aa1f053
  1. 2
      modules/core/include/opencv2/core/mat.hpp

@ -660,7 +660,7 @@ sub-matrices.
- Use MATLAB-style array initializers, zeros(), ones(), eye(), for example: - Use MATLAB-style array initializers, zeros(), ones(), eye(), for example:
@code @code
// create a double-precision identity martix and add it to M. // create a double-precision identity matrix and add it to M.
M += Mat::eye(M.rows, M.cols, CV_64F); M += Mat::eye(M.rows, M.cols, CV_64F);
@endcode @endcode

Loading…
Cancel
Save