#include <frame_source.hpp>
Inherits cv::videostab::IFrameSource.
Public Member Functions | |
| VideoFileSource (const std::string &path, bool volatileFrame=false) | |
| virtual void | reset () |
| virtual Mat | nextFrame () |
| int | frameCount () |
| double | fps () |
| cv::videostab::VideoFileSource::VideoFileSource | ( | const std::string & | path, |
| bool | volatileFrame = false |
||
| ) |
| virtual void cv::videostab::VideoFileSource::reset | ( | ) | [virtual] |
Implements cv::videostab::IFrameSource.
| virtual Mat cv::videostab::VideoFileSource::nextFrame | ( | ) | [virtual] |
Implements cv::videostab::IFrameSource.
| double cv::videostab::VideoFileSource::fps | ( | ) |