You are here: Start » FIL.NET » Invoke.OpenRegion
Performs a morphological opening on a region using a predefined kernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void OpenRegion ( Fil.Region inRegion, Fil.KernelShape inKernel, int inRadiusX, Optional<int> inRadiusY, Fil.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inKernel | Fil.KernelShape | Kernel shape (predefined). | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | inRadiusY | Ftl.Optional<int> | <0, INF> | Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL. | |
![]() | outRegion | Fil.Region | Output region. |