OpenCV453
|
#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. [詳解] | |