Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp68 virtual double getPyrScale() const = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp221 virtual double getPyrScale() const = 0;
/external/opencv3/samples/gpu/
Dfarneback_optical_flow.cpp103 … frameL, frameR, flowxy, d_calc->getPyrScale(), d_calc->getNumLevels(), d_calc->getWinSize(), in main()
/external/opencv3/modules/cudaoptflow/test/
Dtest_optflow.cpp321 frame0, frame1, flow, farn->getPyrScale(), farn->getNumLevels(), farn->getWinSize(), in CUDA_TEST_P()
/external/opencv3/modules/cudaoptflow/src/
Dfarneback.cpp109 virtual double getPyrScale() const { return pyrScale_; } in getPyrScale() function in __anon899078620111::FarnebackOpticalFlowImpl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp666 pyrScale_ = alg_->getPyrScale(); in Farneback_CUDA()