OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motionEstimator
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/samples/cpp/
videostab.cpp
432
MotionModel model = ws->
motionEstimator
()->motionModel();
436
ws->
motionEstimator
()->setMotionModel(model);
440
ws->setMotionEstimator(makePtr<ToFileMotionWriter>(arg("save-motions2"), ws->
motionEstimator
()));
441
ws->
motionEstimator
()->setMotionModel(model);
463
MotionModel model = stabilizer->
motionEstimator
()->motionModel();
467
stabilizer->
motionEstimator
()->setMotionModel(model);
471
stabilizer->setMotionEstimator(makePtr<ToFileMotionWriter>(arg("save-motions"), stabilizer->
motionEstimator
()));
472
stabilizer->
motionEstimator
()->setMotionModel(model);
/external/opencv3/modules/videostab/include/opencv2/videostab/
wobble_suppression.hpp
68
Ptr<ImageMotionEstimatorBase>
motionEstimator
() const { return motionEstimator_; }
stabilizer.hpp
81
Ptr<ImageMotionEstimatorBase>
motionEstimator
() const { return motionEstimator_; }
/external/opencv3/modules/videostab/src/
stabilizer.cpp
393
Mat M = wobbleSuppressor_->
motionEstimator
()->estimate(prevFrame, frame, &ok2);
Completed in 486 milliseconds