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

FIS.BottomHatRegion_AnyKernel Method

Performs a morphological black top hat (bottom hat) operation on a region using an arbitrary kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BottomHatRegion_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.

See also