cv::videostab::IMotionStabilizer Class Referenceabstract
#include <opencv2/videostab/motion_stabilizing.hpp>
Inheritance diagram for cv::videostab::IMotionStabilizer:

Public Member Functions | |
virtual | ~IMotionStabilizer () |
virtual void | stabilize (int size, const std::vector< Mat > &motions, const Range &range, Mat *stabilizationMotions)=0 |
assumes that [0, size-1) is in or equals to [range.first, range.second) | |
Constructor & Destructor Documentation
◆ ~IMotionStabilizer()
|
inlinevirtual |
Member Function Documentation
◆ stabilize()
|
pure virtual |
assumes that [0, size-1) is in or equals to [range.first, range.second)
Implemented in cv::videostab::MotionStabilizationPipeline, cv::videostab::MotionFilterBase, and cv::videostab::LpMotionStabilizer.
The documentation for this class was generated from the following file:
- opencv2/videostab/motion_stabilizing.hpp