Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp356 Mat estimateGlobalMotionLeastSquares( in estimateGlobalMotionLeastSquares() function
430 Mat_<float> M = estimateGlobalMotionLeastSquares(subset0, subset1, model, 0); in estimateGlobalMotionRansac()
453 bestM = estimateGlobalMotionLeastSquares(subset0best, subset1best, model, rmse); in estimateGlobalMotionRansac()
471 bestM = estimateGlobalMotionLeastSquares(subset0, subset1, model, rmse); in estimateGlobalMotionRansac()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp77 CV_EXPORTS Mat estimateGlobalMotionLeastSquares(