OpenCV  2.4.13.3
Open Source Computer Vision
cv::videostab::IGlobalMotionEstimator Class Referenceabstract

#include <global_motion.hpp>

Inheritance diagram for cv::videostab::IGlobalMotionEstimator:
cv::videostab::PyrLkRobustMotionEstimator

Public Member Functions

virtual ~IGlobalMotionEstimator ()
 
virtual Mat estimate (const Mat &frame0, const Mat &frame1)=0
 

Constructor & Destructor Documentation

§ ~IGlobalMotionEstimator()

virtual cv::videostab::IGlobalMotionEstimator::~IGlobalMotionEstimator ( )
inlinevirtual

Member Function Documentation

§ estimate()

virtual Mat cv::videostab::IGlobalMotionEstimator::estimate ( const Mat frame0,
const Mat frame1 
)
pure virtual

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