Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp168 virtual int getOuterIterations() const = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp129 virtual int getOuterIterations() const = 0;
/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp487 virtual int getOuterIterations() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp83 virtual int getOuterIterations() const { return outer_iterations_; } in getOuterIterations() function in __anonc4279f200111::BroxOpticalFlowImpl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp518 outerIterations_ = alg_->getOuterIterations(); in Brox_CUDA()