OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MotionEstimatorBase
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
97
class CV_EXPORTS
MotionEstimatorBase
100
virtual ~
MotionEstimatorBase
() {}
123
MotionEstimatorBase
(MotionModel model) { setMotionModel(model); }
131
class CV_EXPORTS MotionEstimatorRansacL2 : public
MotionEstimatorBase
153
class CV_EXPORTS MotionEstimatorL1 : public
MotionEstimatorBase
224
KeypointBasedMotionEstimator(Ptr<
MotionEstimatorBase
> estimator);
241
Ptr<
MotionEstimatorBase
> motionEstimator_;
257
KeypointBasedMotionEstimatorGpu(Ptr<
MotionEstimatorBase
> estimator);
269
Ptr<
MotionEstimatorBase
> motionEstimator_;
/external/opencv3/modules/videostab/src/
global_motion.cpp
482
:
MotionEstimatorBase
(model)
525
:
MotionEstimatorBase
(model)
699
KeypointBasedMotionEstimator::KeypointBasedMotionEstimator(Ptr<
MotionEstimatorBase
> estimator)
769
KeypointBasedMotionEstimatorGpu::KeypointBasedMotionEstimatorGpu(Ptr<
MotionEstimatorBase
> estimator)
Completed in 120 milliseconds