Home
last modified time | relevance | path

Searched refs:fastPyramids_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp101 … numLevels_(numLevels), pyrScale_(pyrScale), fastPyramids_(fastPyramids), winSize_(winSize), in FarnebackOpticalFlowImpl()
112 virtual bool getFastPyramids() const { return fastPyramids_; } in getFastPyramids()
113 virtual void setFastPyramids(bool fastPyramids) { fastPyramids_ = fastPyramids; } in setFastPyramids()
135 bool fastPyramids_; member in __anon899078620111::FarnebackOpticalFlowImpl
297 CV_Assert(!fastPyramids_ || std::abs(pyrScale_ - 0.5) < 1e-6); in calcImpl()
324 if (fastPyramids_) in calcImpl()
356 if (fastPyramids_) in calcImpl()
404 if (fastPyramids_) in calcImpl()