You are here: Start » FIL.NET » FIS.InpaintImage Method
FIS.InpaintImage Method
Fills in a region of an image with pixel values interpolated from the borders of the area.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void InpaintImage ( FilNet.Image ioImage, float inLambda, FilNet.ShapeRegion inRegionToInpaint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inLambda | float | <0.0f, 1.0f> | 0.5f | Ratio between vertical and horizontal interpolation. Default value: 0.5f. |
![]() | inRegionToInpaint | FilNet.ShapeRegion | Region to be inpainted. |