#include <opencv2/videostab/stabilizer.hpp>
  
  | 
        
          | virtual cv::videostab::StabilizerBase::~StabilizerBase | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | cv::videostab::StabilizerBase::StabilizerBase | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | int cv::videostab::StabilizerBase::borderMode | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | bool cv::videostab::StabilizerBase::doCorrectionForInclusion | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | bool cv::videostab::StabilizerBase::doOneIteration | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | virtual Mat cv::videostab::StabilizerBase::estimateMotion | ( |  | ) |  |  | protectedpure virtual | 
 
 
  
  | 
        
          | virtual Mat cv::videostab::StabilizerBase::estimateStabilizationMotion | ( |  | ) |  |  | protectedpure virtual | 
 
 
  
  | 
        
          | Ptr<ILog> cv::videostab::StabilizerBase::log | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::logProcessingTime | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | Mat cv::videostab::StabilizerBase::nextStabilizedFrame | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | virtual Mat cv::videostab::StabilizerBase::postProcessFrame | ( | const Mat & | frame | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | int cv::videostab::StabilizerBase::radius | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::reset | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::setBorderMode | ( | int | val | ) |  |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::setCorrectionForInclusion | ( | bool | val | ) |  |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::setFrameSource | ( | Ptr< IFrameSource > | val | ) |  |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::setLog | ( | Ptr< ILog > | ilog | ) |  |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::setRadius | ( | int | val | ) |  |  | inline | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::setTrimRatio | ( | float | val | ) |  |  | inline | 
 
 
  
  | 
        
          | virtual void cv::videostab::StabilizerBase::setUp | ( | const Mat & | firstFrame | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | void cv::videostab::StabilizerBase::stabilizeFrame | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | float cv::videostab::StabilizerBase::trimRatio | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::vector<float> cv::videostab::StabilizerBase::blurrinessRates_ |  | protected | 
 
 
  
  | 
        
          | int cv::videostab::StabilizerBase::borderMode_ |  | protected | 
 
 
  
  | 
        
          | int cv::videostab::StabilizerBase::curPos_ |  | protected | 
 
 
  
  | 
        
          | int cv::videostab::StabilizerBase::curStabilizedPos_ |  | protected | 
 
 
  
  | 
        
          | bool cv::videostab::StabilizerBase::doCorrectionForInclusion_ |  | protected | 
 
 
  
  | 
        
          | bool cv::videostab::StabilizerBase::doDeblurring_ |  | protected | 
 
 
  
  | 
        
          | bool cv::videostab::StabilizerBase::doInpainting_ |  | protected | 
 
 
  
  | 
        
          | Mat cv::videostab::StabilizerBase::finalFrame_ |  | protected | 
 
 
  
  | 
        
          | Mat cv::videostab::StabilizerBase::frameMask_ |  | protected | 
 
 
  
  | 
        
          | std::vector<Mat> cv::videostab::StabilizerBase::frames_ |  | protected | 
 
 
  
  | 
        
          | Size cv::videostab::StabilizerBase::frameSize_ |  | protected | 
 
 
  
  | 
        
          | Mat cv::videostab::StabilizerBase::inpaintingMask_ |  | protected | 
 
 
  
  | 
        
          | Ptr<ILog> cv::videostab::StabilizerBase::log_ |  | protected | 
 
 
  
  | 
        
          | std::vector<Mat> cv::videostab::StabilizerBase::motions_ |  | protected | 
 
 
  
  | 
        
          | Mat cv::videostab::StabilizerBase::preProcessedFrame_ |  | protected | 
 
 
  
  | 
        
          | clock_t cv::videostab::StabilizerBase::processingStartTime_ |  | protected | 
 
 
  
  | 
        
          | int cv::videostab::StabilizerBase::radius_ |  | protected | 
 
 
  
  | 
        
          | std::vector<Mat> cv::videostab::StabilizerBase::stabilizationMotions_ |  | protected | 
 
 
  
  | 
        
          | std::vector<Mat> cv::videostab::StabilizerBase::stabilizedFrames_ |  | protected | 
 
 
  
  | 
        
          | std::vector<Mat> cv::videostab::StabilizerBase::stabilizedMasks_ |  | protected | 
 
 
  
  | 
        
          | float cv::videostab::StabilizerBase::trimRatio_ |  | protected | 
 
 
The documentation for this class was generated from the following file: