You are here: Start » AVL.NET » AVL.DilateBox Method
AVL.DilateBox Method
Performs a morphological dilation on a box using box kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DilateBox( 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 | Dilated box. |
Description
Performs a morphological dilation on a box using box kernel.
Examples
![]() |
![]() |
DilateBox performed with kernel size 2x1.




