You are here: Start » FIL.NET » FIS.BottomHatImage_Mask Method
FIS.BottomHatImage_Mask Method
Performs a morphological black top hat (bottom hat) operation on a image using a predefined mask.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void BottomHatImage_Mask ( FilNet.Image inImage, FilNet.MorphologyKernel inKernel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.MorphologyKernel | Selects kernel shape. | ||
![]() | outImage | FilNet.Image | Output image. |