You are here: Start » AVL.NET » AVS.ExpaintImage_Telea Method

AVS.ExpaintImage_Telea Method

Speculatively sets pixel values outside of a region using the fast marching method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ExpaintImage_Telea
(
	AvlNet.Image inImage,
	AvlNet.Region inRegionToExpaint,
	int inExpaintingRadius,
	int inRange,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRegionToExpaintAvlNet.RegionPart of the image to be expainted.
inExpaintingRadiusint<1, +INF>8How far to expaint from the region. Default value: 8.
inRangeint<1, +INF>6Defines how far a pixel can be from one currently being inpainted to be considered in calculations. Default value: 6.
outImageAvlNet.ImageOutput image.

See also