OpenCV453
名前空間 | 列挙型 | 関数
xphoto/inpainting.hpp ファイル
#include <opencv2/core.hpp>

[ソースコード]

名前空間

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 

列挙型

enum  cv::xphoto::InpaintTypes { cv::xphoto::INPAINT_SHIFTMAP = 0 , cv::xphoto::INPAINT_FSR_BEST = 1 , cv::xphoto::INPAINT_FSR_FAST = 2 }
 Various inpainting algorithms [詳解]
 

関数

CV_EXPORTS_W void cv::xphoto::inpaint (const Mat &src, const Mat &mask, Mat &dst, const int algorithmType)
 The function implements different single-image inpainting algorithms. [詳解]
 

詳解

日付
Jul 22, 2014
著者
Yury Gitman