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

AVS.InpaintImage_Telea Method

Fills in a region of an image with pixel values interpolated from the borders of the area; uses fast marching method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void InpaintImage_Telea
(
	AvlNet.Image inImage,
	AvlNet.Region inRegionToInpaint,
	int inRange,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRegionToInpaintAvlNet.Region
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