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

Invoke.ExpaintImage_Telea

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ExpaintImage_Telea
(
	Avl.Image inImage,
	Avl.Region inRegionToExpaint,
	int inExpaintingRadius,
	int inRange,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRegionToExpaintAvl.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.
outImageAvl.ImageOutput image.

See also