Click or drag to resize

InpaintTypes Enumeration

various inpainting algorithms

Namespace:  OpenCvSharp.XPhoto
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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 inpaint
See Also