Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -418,4 +418,3 @@ void BackgroundSubtractorMOG::operator()(InputArray _image, OutputArray _fgmask,
}
/* End of file. */

View File

@@ -297,5 +297,3 @@ const Mat& KalmanFilter::correct(const Mat& measurement)
}
};

View File

@@ -34,4 +34,3 @@ namespace detail
}// namespace detail
}// namespace cv

View File

@@ -658,4 +658,3 @@ CV_IMPL void cvCalcOpticalFlowFarneback(
cv::calcOpticalFlowFarneback( prev, next, flow, pyr_scale, levels,
winsize, iterations, poly_n, poly_sigma, flags );
}

View File

@@ -648,4 +648,3 @@ CV_EXPORTS_W void calcOpticalFlowSF(Mat& from,
}
}