public final class InpaintingMethod extends Object
Specifies the algorithm used for image inpainting.
| Modifier and Type | Field and Description |
|---|---|
static int |
PatchBased
Patch-based inpainting (Criminisi-style).
|
static int |
Telea
Telea algorithm.
|
public static final int PatchBased
Patch-based inpainting (Criminisi-style). Finds similar texture patches in the known region and copies them into the mask.
public static final int Telea
Telea algorithm. A fast marching method that propagates pixel values from the region boundary inward.
Copyright © 2026. All rights reserved.