We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d667864 commit 5541ac9Copy full SHA for 5541ac9
modules/ximgproc/include/opencv2/ximgproc/estimated_covariance.hpp
@@ -63,6 +63,7 @@ namespace ximgproc
63
window forumlation.
64
65
@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)
67
@param windowRows The number of rows in the window.
68
@param windowCols The number of cols in the window.
69
The window size parameters control the accuracy of the estimation.
0 commit comments