Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dglobal_motion.hpp97 class CV_EXPORTS MotionEstimatorBase class
100 virtual ~MotionEstimatorBase() {} in ~MotionEstimatorBase()
123 MotionEstimatorBase(MotionModel model) { setMotionModel(model); } in MotionEstimatorBase() function in cv::videostab::MotionEstimatorBase
131 class CV_EXPORTS MotionEstimatorRansacL2 : public MotionEstimatorBase
153 class CV_EXPORTS MotionEstimatorL1 : public MotionEstimatorBase
224 KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator);
242 Ptr<MotionEstimatorBase> motionEstimator_;
258 KeypointBasedMotionEstimatorGpu(Ptr<MotionEstimatorBase> estimator);
270 Ptr<MotionEstimatorBase> motionEstimator_;