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

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
ioImageAvl.Image
inLambdafloat<0.0f, 1.0f>0.5fRatio between vertical and horizontal interpolation. Default value: 0.5f.
inRegionToInpaintAvl.ShapeRegionRegion to be inpainted.
inRoiAlignmentAtl.Optional<Avl.CoordinateSystem2D>Adjusts the region. Default value: atl::NIL.

See also