Back to Adaptive Vision Library Lite website

You are here: Start » Box » DilateBox

DilateBox


Performs a morphological dilation on a box using box kernel.

Syntax

void avl::DilateBox
(
	const avl::Box& inBox,
	const int inRadiusX,
	atl::Optional<int> inRadiusY,
	avl::Box& outBox
)

Parameters

Name Type Range Default Description
inBox const Box& Input box
inRadiusX const int 0 - 1 Horizontal radius of the box kernel
inRadiusY Optional<int> 0 - NIL Vertical radius of the box kernel
outBox Box& Dilated box