49#ifndef __OPENCV_INPAINTING_HPP__
50#define __OPENCV_INPAINTING_HPP__
57#include <opencv2/core.hpp>
113 CV_EXPORTS_W
void inpaint(
const Mat &src,
const Mat &mask,
Mat &dst,
const int algorithmType);
n-dimensional dense array class
Definition: mat.hpp:802
CV_EXPORTS_W void inpaint(InputArray src, InputArray inpaintMask, OutputArray dst, double inpaintRadius, int flags)
Restores the selected region in an image using the region neighborhood.
InpaintTypes
Various inpainting algorithms
Definition: xphoto/inpainting.hpp:70
@ INPAINT_SHIFTMAP
Definition: xphoto/inpainting.hpp:74
@ INPAINT_FSR_BEST
Definition: xphoto/inpainting.hpp:94
@ INPAINT_FSR_FAST
See #INPAINT_FSR_BEST
Definition: xphoto/inpainting.hpp:95
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75