Commit 54614941 authored by Oded Green's avatar Oded Green

replaced tabs with spaces

parent e4137ce8
...@@ -73,11 +73,7 @@ For all other cases, the sizes of the window will impact the number of samples ...@@ -73,11 +73,7 @@ For all other cases, the sizes of the window will impact the number of samples
and the number of elements in the estimated covariance matrix. and the number of elements in the estimated covariance matrix.
*/ */
CV_EXPORTS_W void covarianceEstimation(InputArray src, OutputArray dst, CV_EXPORTS_W void covarianceEstimation(InputArray src, OutputArray dst, int windowRows, int windowCols);
int windowRows, int windowCols);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment