OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
inpainting.hpp 文件参考
inpainting.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件

类  cv::videostab::ColorAverageInpainter
 
类  cv::videostab::ColorInpainter
 
类  cv::videostab::ConsistentMosaicInpainter
 
类  cv::videostab::InpainterBase
 
类  cv::videostab::InpaintingPipeline
 
类  cv::videostab::MotionInpainter
 
类  cv::videostab::NullInpainter
 

命名空间

命名空间  cv
 
命名空间  cv::videostab
 

函数

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)