1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Common
  6. /
  7. InpaintingMethod

InpaintingMethod

InpaintingMethod enumeration

Specifies the algorithm used for image inpainting.

public enum InpaintingMethod

Values

Name Value Description
PatchBased 0 Patch-based inpainting (Criminisi-style). Finds similar texture patches in the known region and copies them into the mask.
Telea 1 Telea algorithm. A fast marching method that propagates pixel values from the region boundary inward.

See Also