You are here: Start » FIL.NET » Invoke.InpaintImage

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
ioImageFil.Image
inLambdafloat<0.0f, 1.0f>0.5fRatio between vertical and horizontal interpolation. Default value: 0.5f.
inRegionToInpaintFil.ShapeRegionRegion to be inpainted.
inRoiAlignmentFtl.Optional<Fil.CoordinateSystem2D>Adjusts the region. Default value: ftl::NIL.

See also