You are here: Start » FIL.NET » FIS.ExpaintImage_Telea Method
FIS.ExpaintImage_Telea Method
Speculatively sets pixel values outside of a region using the fast marching method.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ExpaintImage_Telea ( FilNet.Image inImage, FilNet.Region inRegionToExpaint, int inExpaintingRadius, int inRange, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRegionToExpaint | FilNet.Region | Part of the image to be expainted. | ||
![]() | inExpaintingRadius | int | <1, +INF> | 8 | How far to expaint from the region. Default value: 8. |
![]() | 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. |