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

