You are here: Start » FIL.NET » FIS.InpaintImage_Telea Method

FIS.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:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also