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,
	AvlNet.CoordinateSystem2D? inRoiAlignment
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inLambdafloat<0.0f, 1.0f>0.5fRatio between vertical and horizontal interpolation. Default value: 0.5f.
inRegionToInpaintAvlNet.ShapeRegionRegion to be inpainted.
inRoiAlignmentAvlNet.CoordinateSystem2D?Adjusts the region. Default value: atl::NIL.

Function Overrides

See also