You are here: Start » FIL.NET » Invoke.InpaintImage_Telea
Fills in a region of an image with pixel values interpolated from the borders of the area; uses fast marching method.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void InpaintImage_Telea ( Fil.Image inImage, Fil.Region inRegionToInpaint, int inRange, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRegionToInpaint | Fil.Region | |||
![]() | inRange | int | <1, +INF> | 6 | Defines how far a pixel can be from one currently being inpainted to be considered in calculations. Default value: 6. |
![]() | outImage | Fil.Image | Output image. |