You are here: Start » FIL.NET » Function Reference » Region » Region Morphology » FIL.TopHatRegion_AnyKernel
Performs a morphological white top hat operation on a region using an arbitrary kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TopHatRegion_AnyKernel ( FilNet.Region inRegion, FilNet.Region inKernel, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inKernel | FilNet.Region | Kernel shape (any). | ||
![]() | outRegion | FilNet.Region | Output region. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty kernel on input in TopHatRegion_AnyKernel. |