#include <opencv2/videostab/motion_stabilizing.hpp>
|
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...
|
|
◆ ~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 |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: