OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
视频稳定

主题

 全局运动估计
 
 快速行进法
 

详细描述

视频稳定模块包含一组可用于解决视频稳定问题的函数和类。实现了几种方法,其中大多数方法在论文[187][112]中有所描述。但是,与原始论文的方法相比,存在一些扩展和偏差。

参考文献

  1. “基于运动修复的全帧视频稳定” Yasuyuki Matsushita, Eyal Ofek, Weina Ge, Xiaoou Tang, 高级会员, and Heung-Yeung Shum
  2. “具有鲁棒L1最优相机路径的自动定向视频稳定” Matthias Grundmann, Vivek Kwatra, Irfan Essa

类 cv::videostab::ColorAverageInpainter
 
类 cv::videostab::ColorInpainter
 
类 cv::videostab::ConsistentMosaicInpainter
 
类 cv::videostab::DeblurerBase
 
类 cv::videostab::IDenseOptFlowEstimator
 
类 cv::videostab::IFrameSource
 
类 cv::videostab::ILog
 
类 cv::videostab::InpainterBase
 
类 cv::videostab::InpaintingPipeline
 
类 cv::videostab::IOutlierRejector
 
类 cv::videostab::ISparseOptFlowEstimator
 
类 cv::videostab::LogToStdout
 
类 cv::videostab::MaskFrameSource
 
类 cv::videostab::MoreAccurateMotionWobbleSuppressor
 
类 cv::videostab::MoreAccurateMotionWobbleSuppressorBase
 
类 cv::videostab::MotionInpainter
 
类 cv::videostab::NullDeblurer
 
类 cv::videostab::NullFrameSource
 
类 cv::videostab::NullInpainter
 
类 cv::videostab::NullLog
 
类 cv::videostab::NullOutlierRejector
 
类 cv::videostab::NullWobbleSuppressor
 
类 cv::videostab::OnePassStabilizer
 
类 cv::videostab::PyrLkOptFlowEstimatorBase
 
类 cv::videostab::SparsePyrLkOptFlowEstimator
 
类 cv::videostab::StabilizerBase
 
类 cv::videostab::TranslationBasedLocalOutlierRejector
 
类 cv::videostab::TwoPassStabilizer
 
类 cv::videostab::VideoFileSource
 
类 cv::videostab::WeightingDeblurer
 
类 cv::videostab::WobbleSuppressorBase
 

函数

 cv::videostab::ColorInpainter::ColorInpainter (int method=INPAINT_TELEA, double radius=2.)
 
模板<typename T >
const T & cv::videostab::at (int idx, const std::vector< T > &items)
 
模板<typename T >
T & cv::videostab::at (int idx, std::vector< T > &items)
 
float cv::videostab::calcBlurriness (const Mat &frame)
 
void cv::videostab::calcFlowMask (const Mat &flowX, const Mat &flowY, const Mat &errors, float maxError, const Mat &mask0, const Mat &mask1, Mat &flowMask)
 
void cv::videostab::completeFrameAccordingToFlow (const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1, float distThresh, Mat &frame0, Mat &mask0)
 

函数文档

◆ ColorInpainter()

cv::videostab::ColorInpainter::ColorInpainter ( int method = INPAINT_TELEA,
double radius = 2. )
内联

◆ at() [1/2]

模板<typename T >
const T & cv::videostab::at ( int idx,
const std::vector< T > & items )
内联

#include <opencv2/videostab/ring_buffer.hpp>

此函数的调用图如下所示

◆ at() [2/2]

模板<typename T >
T & cv::videostab::at ( int idx,
std::vector< T > & items )
内联

#include <opencv2/videostab/ring_buffer.hpp>

此函数的调用图如下所示

◆ calcBlurriness()

float cv::videostab::calcBlurriness ( const Mat & frame)

◆ calcFlowMask()

void cv::videostab::calcFlowMask ( const Mat & flowX,
const Mat & flowY,
const Mat & errors,
float maxError,
const Mat & mask0,
const Mat & mask1,
Mat & flowMask )

◆ completeFrameAccordingToFlow()

void cv::videostab::completeFrameAccordingToFlow ( const Mat & flowMask,
const Mat & flowX,
const Mat & flowY,
const Mat & frame1,
const Mat & mask1,
float distThresh,
Mat & frame0,
Mat & mask0 )