| OpenCV 4.5.3(日本語機械翻訳)
 | 
#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 } | 
| 様々なインペインティング・アルゴリズム[【詳解】(英語] | |
| 関数 | |
| CV_EXPORTS_W void | cv::xphoto::inpaint (const Mat &src, const Mat &mask, Mat &dst, const int algorithmType) | 
| この関数は,さまざまな単一画像のインペインティングアルゴリズムを実装しています.[【詳解】(英語] | |