mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
War on Whitespace, master edition: file endings.
This commit is contained in:
@@ -404,4 +404,3 @@ void cv::boxPoints(cv::RotatedRect box, OutputArray _pts)
|
||||
Mat pts = _pts.getMat();
|
||||
box.points((Point2f*)pts.data);
|
||||
}
|
||||
|
||||
|
||||
@@ -534,4 +534,3 @@ cvPyrMeanShiftFiltering( const CvArr* srcarr, CvArr* dstarr,
|
||||
|
||||
cv::pyrMeanShiftFiltering(src, dst, sp0, sr, max_level, termcrit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user