Skip to content

Commit 5461494

Browse files
committed
replaced tabs with spaces
1 parent e4137ce commit 5461494

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ For all other cases, the sizes of the window will impact the number of samples
7373
and the number of elements in the estimated covariance matrix.
7474
*/
7575

76-
CV_EXPORTS_W void covarianceEstimation(InputArray src, OutputArray dst,
77-
int windowRows, int windowCols);
78-
79-
80-
76+
CV_EXPORTS_W void covarianceEstimation(InputArray src, OutputArray dst, int windowRows, int windowCols);
8177

8278
}
8379
}

0 commit comments

Comments
 (0)