OpenCV
4.10.0-dev
Open Source Computer Vision
|
#include <opencv2/videostab/motion_stabilizing.hpp>
Public Member Functions | |
bool | empty () const |
void | pushBack (Ptr< IMotionStabilizer > stabilizer) |
virtual void | stabilize (int size, const std::vector< Mat > &motions, const Range &range, Mat *stabilizationMotions) CV_OVERRIDE |
assumes that [0, size-1) is in or equals to [range.first, range.second) | |
Public Member Functions inherited from cv::videostab::IMotionStabilizer | |
virtual | ~IMotionStabilizer () |
|
inline |
|
inline |
|
virtual |
assumes that [0, size-1) is in or equals to [range.first, range.second)
Implements cv::videostab::IMotionStabilizer.