OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::videostab::ToFileMotionWriter Class Reference

#include "global_motion.hpp"

Inheritance diagram for cv::videostab::ToFileMotionWriter:
Collaboration diagram for cv::videostab::ToFileMotionWriter:

Public Member Functions

 ToFileMotionWriter (const String &path, Ptr< ImageMotionEstimatorBase > estimator)
 
virtual Mat estimate (const Mat &frame0, const Mat &frame1, bool *ok=0) CV_OVERRIDE
 
virtual MotionModel motionModel () const CV_OVERRIDE
 
virtual void setMotionModel (MotionModel val) CV_OVERRIDE
 

Constructor & Destructor Documentation

◆ ToFileMotionWriter()

cv::videostab::ToFileMotionWriter::ToFileMotionWriter ( const String path,
Ptr< ImageMotionEstimatorBase estimator 
)

Member Function Documentation

◆ estimate()

virtual Mat cv::videostab::ToFileMotionWriter::estimate ( const Mat frame0,
const Mat frame1,
bool *  ok = 0 
)
virtual

◆ motionModel()

virtual MotionModel cv::videostab::ToFileMotionWriter::motionModel ( ) const
inlinevirtual

Reimplemented from cv::videostab::ImageMotionEstimatorBase.

References CV_OVERRIDE.

◆ setMotionModel()

virtual void cv::videostab::ToFileMotionWriter::setMotionModel ( MotionModel  val)
inlinevirtual

The documentation for this class was generated from the following file: