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::VideoFileSource Class Reference

#include "frame_source.hpp"

Inheritance diagram for cv::videostab::VideoFileSource:
Collaboration diagram for cv::videostab::VideoFileSource:

Public Member Functions

 VideoFileSource (const String &path, bool volatileFrame=false)
 
int count ()
 
double fps ()
 
int height ()
 
virtual Mat nextFrame () CV_OVERRIDE
 
virtual void reset () CV_OVERRIDE
 
int width ()
 

Constructor & Destructor Documentation

◆ VideoFileSource()

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

Member Function Documentation

◆ count()

int cv::videostab::VideoFileSource::count ( )

◆ fps()

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

◆ height()

int cv::videostab::VideoFileSource::height ( )

◆ nextFrame()

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

◆ reset()

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

◆ width()

int cv::videostab::VideoFileSource::width ( )

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