OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
#include "motion_stabilizing.hpp"
Public Member Functions | |
virtual | ~IMotionStabilizer () |
virtual void | stabilize (int size, const std::vector< Mat > &motions, std::pair< int, int > range, Mat *stabilizationMotions)=0 |
assumes that [0, size-1) is in or equals to [range.first, range.second) More... | |
|
inlinevirtual |
|
pure virtual |
assumes that [0, size-1) is in or equals to [range.first, range.second)
Implemented in cv::videostab::LpMotionStabilizer, cv::videostab::MotionFilterBase, and cv::videostab::MotionStabilizationPipeline.