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