You are here: Start » FIL.NET » FIS.ErodeBox Method
FIS.ErodeBox Method
Performs a morphological erosion on a box using box kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ErodeBox ( FilNet.Box inBox, int inRadiusX, out FilNet.Box outBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | FilNet.Box | Input box. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Horizontal radius of the box kernel. Default value: 1. |
![]() | outBox | FilNet.Box | Eroded box. |