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

FIS.BottomHatImage_AnyKernel Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BottomHatImage_AnyKernel
(
	FilNet.Image inImage,
	FilNet.Region inKernel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inKernelFilNet.RegionSelects kernel shape.
outImageFilNet.ImageOutput image.

Function Overrides

See also