You are here: Start » FIL.NET » FIS.CloseRegion_AnyKernel Method
FIS.CloseRegion_AnyKernel Method
Performs a morphological closing on a region using an arbitrary kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CloseRegion_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. |