OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | List of all members
cv::videostab::IMotionStabilizer Class Referenceabstract

#include "motion_stabilizing.hpp"

Inheritance diagram for cv::videostab::IMotionStabilizer:
cv::videostab::LpMotionStabilizer cv::videostab::MotionFilterBase cv::videostab::MotionStabilizationPipeline cv::videostab::GaussianMotionFilter

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...
 

Constructor & Destructor Documentation

virtual cv::videostab::IMotionStabilizer::~IMotionStabilizer ( )
inlinevirtual

Member Function Documentation

virtual void cv::videostab::IMotionStabilizer::stabilize ( int  size,
const std::vector< Mat > &  motions,
std::pair< int, int >  range,
Mat stabilizationMotions 
)
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.


The documentation for this class was generated from the following file: