fixed one last error

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

@ -63,6 +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 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