motionEstimator 393 modules/videostab/src/stabilizer.cpp Mat M = wobbleSuppressor_->motionEstimator()->estimate(prevFrame, frame, &ok2); motionEstimator 432 samples/cpp/videostab.cpp MotionModel model = ws->motionEstimator()->motionModel(); motionEstimator 436 samples/cpp/videostab.cpp ws->motionEstimator()->setMotionModel(model); motionEstimator 440 samples/cpp/videostab.cpp ws->setMotionEstimator(makePtr<ToFileMotionWriter>(arg("save-motions2"), ws->motionEstimator())); motionEstimator 441 samples/cpp/videostab.cpp ws->motionEstimator()->setMotionModel(model); motionEstimator 463 samples/cpp/videostab.cpp MotionModel model = stabilizer->motionEstimator()->motionModel(); motionEstimator 467 samples/cpp/videostab.cpp stabilizer->motionEstimator()->setMotionModel(model); motionEstimator 471 samples/cpp/videostab.cpp stabilizer->setMotionEstimator(makePtr<ToFileMotionWriter>(arg("save-motions"), stabilizer->motionEstimator())); motionEstimator 472 samples/cpp/videostab.cpp stabilizer->motionEstimator()->setMotionModel(model);