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

FIS.ThinRegion Method

Performs a morphological thinning on a region using predefined kernels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThinRegion
(
	FilNet.Region inRegion,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outRegionFilNet.RegionOutput region.

See also