Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp163 virtual Size getWinSize() const = 0;
190 virtual Size getWinSize() const = 0;
227 virtual int getWinSize() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dpyrlk.cpp274 virtual Size getWinSize() const { return winSize_; } in getWinSize() function in __anon5ddb005c0111::SparsePyrLKOpticalFlowImpl
311 virtual Size getWinSize() const { return winSize_; } in getWinSize() function in __anon5ddb005c0111::DensePyrLKOpticalFlowImpl
Dfarneback.cpp115 virtual int getWinSize() const { return winSize_; } in getWinSize() function in __anonbb5751670111::FarnebackOpticalFlowImpl
/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/superres/src/
Doptical_flow.cpp589 winSize_ = alg_->getWinSize().width; in PyrLK_CUDA()
668 winSize_ = alg_->getWinSize(); in Farneback_CUDA()
/external/opencv3/modules/cudaoptflow/test/
Dtest_optflow.cpp321 frame0, frame1, flow, farn->getPyrScale(), farn->getNumLevels(), farn->getWinSize(), in CUDA_TEST_P()