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

Invoke.BottomHatRegion_AnyKernel

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void BottomHatRegion_AnyKernel
(
	Fil.Region inRegion,
	Fil.Region inKernel,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inKernelFil.RegionKernel shape (any).
outRegionFil.RegionOutput region.

See also