OpenCV  4.1.1
Open Source Computer Vision
Namespaces | Enumerations | Functions
inpainting.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

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

Enumerations

enum  cv::xphoto::InpaintTypes { cv::xphoto::INPAINT_SHIFTMAP = 0 }
 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. More...
 

Detailed Description

Date
Jul 22, 2014
Author
Yury Gitman