You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.ErodeBox

AVL.ErodeBox

Performs a morphological erosion on a box using box kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ErodeBox
(
	AvlNet.Box inBox,
	int inRadiusX,
	out AvlNet.Box outBox
)

Parameters

Name Type Range Default Description
inBoxAvlNet.BoxInput box.
inRadiusXint<0, INF>1Horizontal radius of the box kernel. Default value: 1.
outBoxAvlNet.BoxEroded box.

Description

Performs a morphological erosion on a box using box kernel.

Examples

ErodeBox performed with kernel size 2x1.

Function Overrides

See also