Click or drag to resize

InpaintTypes Enumeration

various inpainting algorithms

Namespace:  OpenCvSharp.XPhoto
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public enum InpaintTypes
Members
  Member nameValueDescription
SHIFTMAP0 This algorithm searches for dominant correspondences(transformations) of image patches and tries to seamlessly fill-in the area to be inpainted using this transformations
See Also