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

Invoke.ErodeRegion_Threshold

Erodes a region with inThresholdValue pixels of inKernel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ErodeRegion_Threshold
(
	Fil.Region inRegion,
	Fil.Region inKernel,
	Optional<Fil.Location> inKernelAnchor,
	int inThresholdValue,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inKernelFil.Region
inKernelAnchorFtl.Optional<Fil.Location>
inThresholdValueint<0, INF>
outRegionFil.RegionOutput region.

See also