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,
	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, or null.
outBoxAvlNet.BoxDilated box.

See also