#include <opencv2/videostab/motion_stabilizing.hpp>
|
virtual | ~IMotionStabilizer () |
|
virtual void | stabilize (int size, const std::vector< Mat > &motions, const Range &range, Mat *stabilizationMotions)=0 |
| 假设 [0, size-1) 在或等于 [range.first, range.second) 之内
|
|
◆ ~IMotionStabilizer()
virtual cv::videostab::IMotionStabilizer::~IMotionStabilizer |
( |
| ) |
|
|
inlinevirtual |
◆ stabilize()
virtual void cv::videostab::IMotionStabilizer::stabilize |
( |
int |
size, |
|
|
const std::vector< Mat > & |
motions, |
|
|
const Range & |
range, |
|
|
Mat * |
stabilizationMotions |
|
) |
| |
|
纯虚函数 |
此类的文档是从以下文件生成的