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

FIS.ErodeRegion_AnyKernel Method

Performs a morphological erosion on a region using an arbitrary kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ErodeRegion_AnyKernel
(
	FilNet.Region inRegion,
	FilNet.Region inKernel,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inKernelFilNet.RegionKernel shape (any).
outRegionFilNet.RegionOutput region.

Function Overrides

See also