#include <opencv2/videostab/wobble_suppression.hpp>
◆ WobbleSuppressorBase()
      
        
          | cv::videostab::WobbleSuppressorBase::WobbleSuppressorBase | ( |  | ) |  | 
      
 
 
◆ ~WobbleSuppressorBase()
  
  | 
        
          | virtual cv::videostab::WobbleSuppressorBase::~WobbleSuppressorBase | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ frameCount()
  
  | 
        
          | virtual int cv::videostab::WobbleSuppressorBase::frameCount | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ motionEstimator()
◆ motions()
  
  | 
        
          | virtual const std::vector<Mat>& cv::videostab::WobbleSuppressorBase::motions | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ motions2()
  
  | 
        
          | virtual const std::vector<Mat>& cv::videostab::WobbleSuppressorBase::motions2 | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ setFrameCount()
  
  | 
        
          | virtual void cv::videostab::WobbleSuppressorBase::setFrameCount | ( | int | val | ) |  |  | inlinevirtual | 
 
 
◆ setMotionEstimator()
◆ setMotions()
  
  | 
        
          | virtual void cv::videostab::WobbleSuppressorBase::setMotions | ( | const std::vector< Mat > & | val | ) |  |  | inlinevirtual | 
 
 
◆ setMotions2()
  
  | 
        
          | virtual void cv::videostab::WobbleSuppressorBase::setMotions2 | ( | const std::vector< Mat > & | val | ) |  |  | inlinevirtual | 
 
 
◆ setStabilizationMotions()
  
  | 
        
          | virtual void cv::videostab::WobbleSuppressorBase::setStabilizationMotions | ( | const std::vector< Mat > & | val | ) |  |  | inlinevirtual | 
 
 
◆ stabilizationMotions()
  
  | 
        
          | virtual const std::vector<Mat>& cv::videostab::WobbleSuppressorBase::stabilizationMotions | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ suppress()
  
  | 
        
          | virtual void cv::videostab::WobbleSuppressorBase::suppress | ( | int | idx, |  
          |  |  | const Mat & | frame, |  
          |  |  | Mat & | result |  
          |  | ) |  |  |  | pure virtual | 
 
 
◆ frameCount_
  
  | 
        
          | int cv::videostab::WobbleSuppressorBase::frameCount_ |  | protected | 
 
 
◆ motionEstimator_
◆ motions2_
  
  | 
        
          | const std::vector<Mat>* cv::videostab::WobbleSuppressorBase::motions2_ |  | protected | 
 
 
◆ motions_
  
  | 
        
          | const std::vector<Mat>* cv::videostab::WobbleSuppressorBase::motions_ |  | protected | 
 
 
◆ stabilizationMotions_
  
  | 
        
          | const std::vector<Mat>* cv::videostab::WobbleSuppressorBase::stabilizationMotions_ |  | protected | 
 
 
The documentation for this class was generated from the following file: