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

FIS.TopHatImage_AnyKernel Method

Performs a morphological white top hat operation on a image using an arbitrary kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also