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