OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToFileMotionWriter
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
203
class CV_EXPORTS
ToFileMotionWriter
: public ImageMotionEstimatorBase
206
ToFileMotionWriter
(const String &path, Ptr<ImageMotionEstimatorBase> estimator);
/external/opencv3/samples/cpp/
videostab.cpp
440
ws->setMotionEstimator(makePtr<
ToFileMotionWriter
>(arg("save-motions2"), ws->motionEstimator()));
471
stabilizer->setMotionEstimator(makePtr<
ToFileMotionWriter
>(arg("save-motions"), stabilizer->motionEstimator()));
/external/opencv3/modules/videostab/src/
global_motion.cpp
679
ToFileMotionWriter
::
ToFileMotionWriter
(const String &path, Ptr<ImageMotionEstimatorBase> estimator)
687
Mat
ToFileMotionWriter
::estimate(const Mat &frame0, const Mat &frame1, bool *ok)
Completed in 130 milliseconds