Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp139 void setMinInlierRatio(float val) { minInlierRatio_ = val; } in setMinInlierRatio() function in cv::videostab::MotionEstimatorRansacL2
/external/opencv3/samples/cpp/
Dvideostab.cpp207 est->setMinInlierRatio(argf(prefix + "min-inlier-ratio")); in build()
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp485 setMinInlierRatio(0.1f); in MotionEstimatorRansacL2()