You are here: Start » FIL.NET » FIS.InpaintImage_Telea Method
FIS.InpaintImage_Telea Method
Fills in a region of an image with pixel values interpolated from the borders of the area; uses fast marching method.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void InpaintImage_Telea ( FilNet.Image inImage, FilNet.Region inRegionToInpaint, int inRange, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRegionToInpaint | FilNet.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 | FilNet.Image | Output image. |