You are here: Start » FIL.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:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRegionToInpaintFil.Region
inRangeint<1, +INF>6Defines how far a pixel can be from one currently being inpainted to be considered in calculations. Default value: 6.
outImageFil.ImageOutput image.

See also