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

Invoke.InpaintImage_Telea

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void InpaintImage_Telea
(
	Avl.Image inImage,
	Avl.Region inRegionToInpaint,
	int inRange,
	Avl.Image outImage
)

Parameters

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