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

FIS.ExpaintImage_Telea Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ExpaintImage_Telea
(
	FilNet.Image inImage,
	FilNet.Region inRegionToExpaint,
	int inExpaintingRadius,
	int inRange,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRegionToExpaintFilNet.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.
outImageFilNet.ImageOutput image.

See also