HomeSort by relevance Sort by last modified time
    Searched refs:estimateGlobalMotionLeastSquares (Results 1 - 2 of 2) sorted by null

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

Completed in 67 milliseconds