Home
last modified time | relevance | path

Searched refs:getSolverIterations (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp173 virtual int getSolverIterations() const = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp133 virtual int getSolverIterations() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp87 virtual int getSolverIterations() const { return solver_iterations_; } in getSolverIterations() function in __anonc4279f200111::BroxOpticalFlowImpl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp519 solverIterations_ = alg_->getSolverIterations(); in Brox_CUDA()