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

  /external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp 153 class CV_EXPORTS MotionEstimatorL1 : public MotionEstimatorBase
156 MotionEstimatorL1(MotionModel model = MM_AFFINE);
  /external/opencv3/modules/videostab/src/
global_motion.cpp 524 MotionEstimatorL1::MotionEstimatorL1(MotionModel model)
531 Mat MotionEstimatorL1::estimate(InputArray points0, InputArray points1, bool *ok)

Completed in 36 milliseconds