You are here: Start » AVL.NET » AVS.ErodeBox Method

AVS.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,
	int? inRadiusY,
	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.
inRadiusYint?<0, INF>Vertical radius of the box kernel. Default value: atl::NIL.
outBoxAvlNet.BoxEroded box.

Function Overrides

See also