Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp99 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()
/external/opencv3/modules/video/src/
Doptflowgf.cpp605 bool fastPyramids; member in cv::FarnebackOpticalFlow