Home
last modified time | relevance | path

Searched refs:getInnerIterations (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp163 virtual int getInnerIterations() const = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp125 virtual int getInnerIterations() const = 0;
/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp482 virtual int getInnerIterations() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp79 virtual int getInnerIterations() const { return inner_iterations_; } in getInnerIterations() function in __anonc4279f200111::BroxOpticalFlowImpl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp517 innerIterations_ = alg_->getInnerIterations(); in Brox_CUDA()