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

AVL.DilateBox

Performs a morphological dilation on a box using box kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DilateBox
(
	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.BoxDilated box.

Description

Performs a morphological dilation on a box using box kernel.

Examples

DilateBox performed with kernel size 2x1.

Function Overrides

See also