OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
inpainting.hpp 文件参考
#include <opencv2/core.hpp>
inpainting.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件

命名空间

命名空间  cv
 
命名空间  cv::xphoto
 

枚举

枚举  cv::xphoto::InpaintTypes {
  cv::xphoto::INPAINT_SHIFTMAP = 0 ,
  cv::xphoto::INPAINT_FSR_BEST = 1 ,
  cv::xphoto::INPAINT_FSR_FAST = 2
}
 各种修复算法。 更多...
 

函数

void cv::xphoto::inpaint (const Mat &src, const Mat &mask, Mat &dst, const int algorithmType)
 该函数实现了不同的单图像修复算法。
 

详细描述

日期
2014 年 7 月 22 日
作者
Yury Gitman