InpaintingMethod class

InpaintingMethod class

The InpaintingMethod type exposes the following members:

Fields

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

See Also