You are here: Start » FIL.NET » Invoke.ExpaintImage_Telea

Invoke.ExpaintImage_Telea

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ExpaintImage_Telea
(
	Fil.Image inImage,
	Fil.Region inRegionToExpaint,
	int inExpaintingRadius,
	int inRange,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRegionToExpaintFil.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.
outImageFil.ImageOutput image.

See also