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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.Region | Kernel shape. | ||
![]() | outImage | FilNet.Image | Output image. |