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




