OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fastpyramids
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudaoptflow/src/
farneback.cpp
99
FarnebackOpticalFlowImpl(int numLevels, double pyrScale, bool
fastPyramids
, int winSize,
101
numLevels_(numLevels), pyrScale_(pyrScale), fastPyramids_(
fastPyramids
), winSize_(winSize),
113
virtual void setFastPyramids(bool
fastPyramids
) { fastPyramids_ =
fastPyramids
; }
462
Ptr<FarnebackOpticalFlow> cv::cuda::FarnebackOpticalFlow::create(int numLevels, double pyrScale, bool
fastPyramids
, int winSize,
465
return makePtr<FarnebackOpticalFlowImpl>(numLevels, pyrScale,
fastPyramids
, winSize,
/external/opencv3/modules/cudaoptflow/include/opencv2/
cudaoptflow.hpp
225
virtual void setFastPyramids(bool
fastPyramids
) = 0;
245
bool
fastPyramids
= false,
/external/opencv3/modules/video/src/
optflowgf.cpp
595
fastPyramids
= false;
605
bool
fastPyramids
;
617
CV_Assert(!
fastPyramids
|| std::abs(pyrScale - 0.5) < 1e-6);
642
if (
fastPyramids
)
671
if (
fastPyramids
)
719
if (
fastPyramids
)
[
all
...]
Completed in 69 milliseconds