OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::videostab::VideoFileSource Class Reference

#include <opencv2/videostab/frame_source.hpp>

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 ()
Public Member Functions inherited from cv::videostab::IFrameSource
virtual ~IFrameSource ()

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: