fixed one last error

pull/417/head
Oded Green 10 years ago
parent 5541ac9f8c
commit 801f118f57
  1. 2
      modules/ximgproc/include/opencv2/ximgproc/estimated_covariance.hpp

@ -63,7 +63,7 @@ namespace ximgproc
window forumlation. window forumlation.
@param src The source image. Input image must be of a complex type. @param src The source image. Input image must be of a complex type.
@param dst The destination estimated covariance matrix. Output matrix will be size (windowRows*windowCols, windowRows*windowCols) @param dst The destination estimated covariance matrix. Output matrix will be size (windowRows*windowCols, windowRows*windowCols).
@param windowRows The number of rows in the window. @param windowRows The number of rows in the window.
@param windowCols The number of cols in the window. @param windowCols The number of cols in the window.
The window size parameters control the accuracy of the estimation. The window size parameters control the accuracy of the estimation.

Loading…
Cancel
Save