#include <opencv2/videostab/motion_stabilizing.hpp>
|  | 
| 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) 
 | 
|  | 
  
  | 
        
          | virtual cv::videostab::IMotionStabilizer::~IMotionStabilizer | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | virtual void cv::videostab::IMotionStabilizer::stabilize | ( | int | size, |  
          |  |  | const std::vector< Mat > & | motions, |  
          |  |  | std::pair< int, int > | range, |  
          |  |  | Mat * | stabilizationMotions |  
          |  | ) |  |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: