Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp301 virtual int getNumScales() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp98 virtual int getNumScales() const { return nscales_; } in getNumScales() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp756 nscales_ = alg_->getNumScales(); in DualTVL1_CUDA()