Searched refs:getWinSize (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudaoptflow/include/opencv2/ |
D | cudaoptflow.hpp | 163 virtual Size getWinSize() const = 0; 190 virtual Size getWinSize() const = 0; 227 virtual int getWinSize() const = 0;
|
/external/opencv3/modules/cudaoptflow/src/ |
D | pyrlk.cpp | 274 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
|
D | farneback.cpp | 115 virtual int getWinSize() const { return winSize_; } in getWinSize() function in __anonbb5751670111::FarnebackOpticalFlowImpl
|
/external/opencv3/samples/gpu/ |
D | farneback_optical_flow.cpp | 103 … frameL, frameR, flowxy, d_calc->getPyrScale(), d_calc->getNumLevels(), d_calc->getWinSize(), in main()
|
/external/opencv3/modules/superres/src/ |
D | optical_flow.cpp | 589 winSize_ = alg_->getWinSize().width; in PyrLK_CUDA() 668 winSize_ = alg_->getWinSize(); in Farneback_CUDA()
|
/external/opencv3/modules/cudaoptflow/test/ |
D | test_optflow.cpp | 321 frame0, frame1, flow, farn->getPyrScale(), farn->getNumLevels(), farn->getWinSize(), in CUDA_TEST_P()
|