You are here: Start » AVL.NET » AVL.ErodeBox(AvlNet.Box, int, int?, AvlNet.Box)
AVL.ErodeBox(AvlNet.Box, int, int?, AvlNet.Box)
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, int? inRadiusY, out AvlNet.Box outBox )
Parameters
- inBox
- Type: AvlNet.Box
Input box - inRadiusX
- Type: System.Int32
Horizontal radius of the box kernel - inRadiusY
- Type: System.Nullable<System.Int32>
Vertical radius of the box kernel, or null. - outBox
- Type: AvlNet.Box
Eroded box
