OpenCV  2.4.13.2
Open Source Computer Vision
cv::videostab::VideoFileSource Class Reference

#include <frame_source.hpp>

Inheritance diagram for cv::videostab::VideoFileSource:
cv::videostab::IFrameSource

Public Member Functions

 VideoFileSource (const std::string &path, bool volatileFrame=false)
 
virtual void reset ()
 
virtual Mat nextFrame ()
 
int frameCount ()
 
double fps ()
 
- Public Member Functions inherited from cv::videostab::IFrameSource
virtual ~IFrameSource ()
 

Constructor & Destructor Documentation

§ VideoFileSource()

cv::videostab::VideoFileSource::VideoFileSource ( const std::string &  path,
bool  volatileFrame = false 
)

Member Function Documentation

§ fps()

double cv::videostab::VideoFileSource::fps ( )
inline

§ frameCount()

int cv::videostab::VideoFileSource::frameCount ( )
inline

§ nextFrame()

virtual Mat cv::videostab::VideoFileSource::nextFrame ( )
virtual

§ reset()

virtual void cv::videostab::VideoFileSource::reset ( )
virtual

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