43 #ifndef __OPENCV_VIDEOSTAB_FRAME_SOURCE_HPP__
44 #define __OPENCV_VIDEOSTAB_FRAME_SOURCE_HPP__
60 virtual void reset() = 0;
Matrix44< T > nextFrame(const Matrix44< T > &prevMatrix, const Vec3< T > &prevPoint, const Vec3< T > &curPoint, Vec3< T > &prevTangent, Vec3< T > &curTangent)
double fps()
Definition: frame_source.hpp:80
Definition: frame_source.hpp:56
Definition: highgui_c.h:355
Definition: highgui.hpp:204
virtual Mat nextFrame()
Definition: frame_source.hpp:68
virtual ~IFrameSource()
Definition: frame_source.hpp:59
Definition: frame_source.hpp:71
The n-dimensional matrix class.
Definition: core.hpp:1688
int frameCount()
Definition: frame_source.hpp:79
Definition: highgui_c.h:353
Definition: frame_source.hpp:64
virtual void reset()
Definition: frame_source.hpp:67