Normalized file endings.
This commit is contained in:
@@ -418,4 +418,3 @@ void BackgroundSubtractorMOG::operator()(InputArray _image, OutputArray _fgmask,
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
||||
|
@@ -297,5 +297,3 @@ const Mat& KalmanFilter::correct(const Mat& measurement)
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@@ -34,4 +34,3 @@ namespace detail
|
||||
|
||||
}// namespace detail
|
||||
}// namespace cv
|
||||
|
||||
|
@@ -658,4 +658,3 @@ CV_IMPL void cvCalcOpticalFlowFarneback(
|
||||
cv::calcOpticalFlowFarneback( prev, next, flow, pyr_scale, levels,
|
||||
winsize, iterations, poly_n, poly_sigma, flags );
|
||||
}
|
||||
|
||||
|
@@ -648,4 +648,3 @@ CV_EXPORTS_W void calcOpticalFlowSF(Mat& from,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user