Searched refs:fastPyramids (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | farneback.cpp | 99 FarnebackOpticalFlowImpl(int numLevels, double pyrScale, bool fastPyramids, int winSize, in FarnebackOpticalFlowImpl() argument 101 … numLevels_(numLevels), pyrScale_(pyrScale), fastPyramids_(fastPyramids), winSize_(winSize), in FarnebackOpticalFlowImpl() 113 virtual void setFastPyramids(bool fastPyramids) { fastPyramids_ = fastPyramids; } in setFastPyramids() argument 462 …:cuda::FarnebackOpticalFlow::create(int numLevels, double pyrScale, bool fastPyramids, int winSize, in create() argument 465 return makePtr<FarnebackOpticalFlowImpl>(numLevels, pyrScale, fastPyramids, winSize, in create()
|
/external/opencv3/modules/cudaoptflow/include/opencv2/ |
D | cudaoptflow.hpp | 225 virtual void setFastPyramids(bool fastPyramids) = 0; 245 bool fastPyramids = false,
|
/external/opencv3/modules/video/src/ |
D | optflowgf.cpp | 595 fastPyramids = false; in FarnebackOpticalFlow() 605 bool fastPyramids; member in cv::FarnebackOpticalFlow 617 CV_Assert(!fastPyramids || std::abs(pyrScale - 0.5) < 1e-6); in operator ()() 642 if (fastPyramids) in operator ()() 671 if (fastPyramids) in operator ()() 719 if (fastPyramids) in operator ()() 1056 opticalFlow.fastPyramids= false; in ocl_calcOpticalFlowFarneback()
|