HomeSort by relevance Sort by last modified time
    Searched refs:MotionEstimatorL1 (Results 1 - 3 of 3) 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/samples/cpp/
videostab.cpp 248 Ptr<MotionEstimatorL1> est = makePtr<MotionEstimatorL1>(motionModel(arg(prefix + "model")));
  /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 57 milliseconds