mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Move C API of opencv_video to separate file
This commit is contained in:
@@ -627,7 +627,7 @@ void cv::calcOpticalFlowFarneback( InputArray _prev0, InputArray _next0,
|
||||
{
|
||||
img[i]->convertTo(fimg, CV_32F);
|
||||
GaussianBlur(fimg, fimg, Size(smooth_sz, smooth_sz), sigma, sigma);
|
||||
resize( fimg, I, Size(width, height), CV_INTER_LINEAR );
|
||||
resize( fimg, I, Size(width, height), INTER_LINEAR );
|
||||
FarnebackPolyExp( I, R[i], poly_n, poly_sigma );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user