replaced tabs with spaces

pull/417/head
Oded Green 10 years ago
parent e4137ce8c1
commit 5461494100
  1. 6
      modules/ximgproc/include/opencv2/ximgproc/estimated_covariance.hpp

@ -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.
*/
CV_EXPORTS_W void covarianceEstimation(InputArray src, OutputArray dst,
int windowRows, int windowCols);
CV_EXPORTS_W void covarianceEstimation(InputArray src, OutputArray dst, int windowRows, int windowCols);
}
}

Loading…
Cancel
Save