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

