Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp402 std::vector<Point2f> subset1best(params.size); in estimateGlobalMotionRansac() local
447 subset1best.swap(subset1); in estimateGlobalMotionRansac()
453 bestM = estimateGlobalMotionLeastSquares(subset0best, subset1best, model, rmse); in estimateGlobalMotionRansac()