OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
cv::videostab::VideoFileSource Class Reference

#include "frame_source.hpp"

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

Public Member Functions

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

Constructor & Destructor Documentation

cv::videostab::VideoFileSource::VideoFileSource ( const String path,
bool  volatileFrame = false 
)

Member Function Documentation

int cv::videostab::VideoFileSource::count ( )
double cv::videostab::VideoFileSource::fps ( )
int cv::videostab::VideoFileSource::height ( )
virtual Mat cv::videostab::VideoFileSource::nextFrame ( )
virtual
virtual void cv::videostab::VideoFileSource::reset ( )
virtual
int cv::videostab::VideoFileSource::width ( )

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