#include <opencv2/videostab/motion_stabilizing.hpp>
|
| virtual | ~MotionFilterBase () |
| |
| virtual Mat | stabilize (int idx, const std::vector< Mat > &motions, const Range &range)=0 |
| |
| 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) More...
|
| |
| 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) More...
|
| |
◆ ~MotionFilterBase()
| virtual cv::videostab::MotionFilterBase::~MotionFilterBase |
( |
| ) |
|
|
inlinevirtual |
◆ stabilize() [1/2]
| virtual Mat cv::videostab::MotionFilterBase::stabilize |
( |
int |
idx, |
|
|
const std::vector< Mat > & |
motions, |
|
|
const Range & |
range |
|
) |
| |
|
pure virtual |
◆ stabilize() [2/2]
| virtual void cv::videostab::MotionFilterBase::stabilize |
( |
int |
size, |
|
|
const std::vector< Mat > & |
motions, |
|
|
const Range & |
range, |
|
|
Mat * |
stabilizationMotions |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: