Searched defs:fastPyramids (Results 1 – 2 of 2) sorted by relevance
99 FarnebackOpticalFlowImpl(int numLevels, double pyrScale, bool fastPyramids, int winSize, in FarnebackOpticalFlowImpl()113 virtual void setFastPyramids(bool fastPyramids) { fastPyramids_ = fastPyramids; } in setFastPyramids()462 …:cuda::FarnebackOpticalFlow::create(int numLevels, double pyrScale, bool fastPyramids, int winSize, in create()
605 bool fastPyramids; member in cv::FarnebackOpticalFlow