Searched defs:fastPyramids (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/video/src/
H A Doptflowgf.cpp595 fastPyramids = false;
605 bool fastPyramids; member in class:cv::FarnebackOpticalFlow
617 CV_Assert(!fastPyramids || std::abs(pyrScale - 0.5) < 1e-6);
642 if (fastPyramids)
671 if (fastPyramids)
719 if (fastPyramids)
1056 opticalFlow.fastPyramids= false;

Completed in 84 milliseconds