HomeSort by relevance Sort by last modified time
    Searched full:outeriterations_ (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/superres/src/
optical_flow.cpp 493 CV_IMPL_PROPERTY(int, OuterIterations, outerIterations_)
504 int outerIterations_;
518 outerIterations_ = alg_->getOuterIterations();
533 alg_->setOuterIterations(outerIterations_);
548 alg_ = cuda::BroxOpticalFlow::create(alpha_, gamma_, scaleFactor_, innerIterations_, outerIterations_, solverIterations_);

Completed in 54 milliseconds