#include <opencv2/videostab/motion_stabilizing.hpp>
|
| 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) 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...
|
| |
◆ empty()
| bool cv::videostab::MotionStabilizationPipeline::empty |
( |
| ) |
const |
|
inline |
◆ pushBack()
◆ stabilize()
| virtual void cv::videostab::MotionStabilizationPipeline::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: