You are here: Start » FIL.NET » FIS.TopHatRegion Method
FIS.TopHatRegion Method
Performs a morphological white top hat operation on a region using a predefined kernel.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TopHatRegion ( FilNet.Region inRegion, FilNet.KernelShape inKernel, int inRadiusX, FilNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inKernel | FilNet.KernelShape | Kernel shape (predefined). | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | outRegion | FilNet.Region | Output region. |


