estimateGlobalMotionLeastSquares   77 modules/videostab/include/opencv2/videostab/global_motion.hpp CV_EXPORTS Mat estimateGlobalMotionLeastSquares(
estimateGlobalMotionLeastSquares  430 modules/videostab/src/global_motion.cpp         Mat_<float> M = estimateGlobalMotionLeastSquares(subset0, subset1, model, 0);
estimateGlobalMotionLeastSquares  453 modules/videostab/src/global_motion.cpp         bestM = estimateGlobalMotionLeastSquares(subset0best, subset1best, model, rmse);
estimateGlobalMotionLeastSquares  471 modules/videostab/src/global_motion.cpp         bestM = estimateGlobalMotionLeastSquares(subset0, subset1, model, rmse);