OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:motionEstimator_
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
wobble_suppression.hpp
67
void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) {
motionEstimator_
= val; }
68
Ptr<ImageMotionEstimatorBase> motionEstimator() const { return
motionEstimator_
; }
88
Ptr<ImageMotionEstimatorBase>
motionEstimator_
;
global_motion.hpp
208
virtual void setMotionModel(MotionModel val) {
motionEstimator_
->setMotionModel(val); }
209
virtual MotionModel motionModel() const { return
motionEstimator_
->motionModel(); }
215
Ptr<ImageMotionEstimatorBase>
motionEstimator_
;
226
virtual void setMotionModel(MotionModel val) {
motionEstimator_
->setMotionModel(val); }
227
virtual MotionModel motionModel() const { return
motionEstimator_
->motionModel(); }
241
Ptr<MotionEstimatorBase>
motionEstimator_
;
259
virtual void setMotionModel(MotionModel val) {
motionEstimator_
->setMotionModel(val); }
260
virtual MotionModel motionModel() const { return
motionEstimator_
->motionModel(); }
269
Ptr<MotionEstimatorBase>
motionEstimator_
;
stabilizer.hpp
80
void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) {
motionEstimator_
= val; }
81
Ptr<ImageMotionEstimatorBase> motionEstimator() const { return
motionEstimator_
; }
113
Ptr<ImageMotionEstimatorBase>
motionEstimator_
;
Completed in 1015 milliseconds