setMotionEstimator   59 modules/videostab/src/stabilizer.cpp     setMotionEstimator(makePtr<KeypointBasedMotionEstimator>(makePtr<MotionEstimatorRansacL2>()));
setMotionEstimator   90 modules/videostab/src/wobble_suppression.cpp     setMotionEstimator(makePtr<KeypointBasedMotionEstimator>(makePtr<MotionEstimatorRansacL2>(MM_HOMOGRAPHY)));
setMotionEstimator  428 samples/cpp/videostab.cpp                 ws->setMotionEstimator(wsMotionEstBuilder->build());
setMotionEstimator  435 samples/cpp/videostab.cpp                     ws->setMotionEstimator(makePtr<FromFileMotionReader>(arg("load-motions2")));
setMotionEstimator  440 samples/cpp/videostab.cpp                     ws->setMotionEstimator(makePtr<ToFileMotionWriter>(arg("save-motions2"), ws->motionEstimator()));
setMotionEstimator  458 samples/cpp/videostab.cpp         stabilizer->setMotionEstimator(motionEstBuilder->build());
setMotionEstimator  466 samples/cpp/videostab.cpp             stabilizer->setMotionEstimator(makePtr<FromFileMotionReader>(arg("load-motions")));
setMotionEstimator  471 samples/cpp/videostab.cpp             stabilizer->setMotionEstimator(makePtr<ToFileMotionWriter>(arg("save-motions"), stabilizer->motionEstimator()));