Loading...
Searching...
No Matches
cv::videostab::VideoFileSource Class Reference
#include <opencv2/videostab/frame_source.hpp>
Inheritance 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 () |
Public Member Functions inherited from cv::videostab::IFrameSource | |
| virtual | ~IFrameSource () |
| virtual Mat | nextFrame ()=0 |
| virtual void | reset ()=0 |
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 |
Implements cv::videostab::IFrameSource.
◆ reset()
|
virtual |
Implements cv::videostab::IFrameSource.
◆ width()
| int cv::videostab::VideoFileSource::width | ( | ) |
The documentation for this class was generated from the following file:
- opencv2/videostab/frame_source.hpp
Public Member Functions inherited from
1.9.6