Skip to content

Commit 5541ac9

Browse files
committed
fixed one last error
1 parent d667864 commit 5541ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ximgproc/include/opencv2/ximgproc/estimated_covariance.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ namespace ximgproc
6363
window forumlation.
6464
6565
@param src The source image. Input image must be of a complex type.
66+
@param dst The destination estimated covariance matrix. Output matrix will be size (windowRows*windowCols, windowRows*windowCols)
6667
@param windowRows The number of rows in the window.
6768
@param windowCols The number of cols in the window.
6869
The window size parameters control the accuracy of the estimation.

0 commit comments

Comments
 (0)