You are here: Start » FIL.NET » FIS.BottomHatImage Method
FIS.BottomHatImage Method
Performs a morphological black top hat (bottom hat) operation on a image using a predefined kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void BottomHatImage ( FilNet.Image inImage, FilNet.KernelShape inKernel, int inRadiusX, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.KernelShape | Selects kernel shape. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | outImage | FilNet.Image | Output image. |
Function Overrides
- BottomHatImage(Image, NullableRef<Region>, NullableRef<Region>, Nullable<Pixel>, KernelShape, Int32, Nullable<Int32>, Image)
- BottomHatImage(Image, NullableRef<Region>, NullableRef<Region>, Nullable<Pixel>, KernelShape, Int32, Nullable<Int32>, Image, Region)