OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
inpainting.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for inpainting.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

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

Enumerations

enum  cv::xphoto::InpaintTypes {
  cv::xphoto::INPAINT_SHIFTMAP = 0 ,
  cv::xphoto::INPAINT_FSR_BEST = 1 ,
  cv::xphoto::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.
 

Detailed Description

Date
Jul 22, 2014
Author
Yury Gitman