Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/src/
Doptical_flow.cpp494 CV_IMPL_PROPERTY(int, SolverIterations, solverIterations_)
505 int solverIterations_; member in __anonfeea14390511::Brox_CUDA
519 solverIterations_ = alg_->getSolverIterations(); in Brox_CUDA()
534 alg_->setSolverIterations(solverIterations_); in impl()
548 …lFlow::create(alpha_, gamma_, scaleFactor_, innerIterations_, outerIterations_, solverIterations_); in collectGarbage()