opencv2/xphoto/inpainting.hpp#
#include <opencv2/core.hpp>
Include dependency graph for inpainting.hpp:
This graph shows which files directly or indirectly include inpainting.hpp:
Namespaces#
namespace cv
namespace cv::xphoto
Enumerations#
enum cv::xphoto::InpaintTypes { INPAINT_SHIFTMAP = 0, INPAINT_FSR_BEST = 1, INPAINT_FSR_FAST = 2 }
Various inpainting algorithms. More…
Functions#
void cv::xphoto::inpaint (const Mat &src, const Mat &mask, Mat &dst, const int algorithmType)
The function implements different single-image inpainting algorithms.