Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » RemoveEmptyBoxes

RemoveEmptyBoxes


The input boxes which have both dimensions different from zero are copied to the output.

Syntax

C++
C#
 
void avl::RemoveEmptyBoxes
(
	const atl::Array<avl::Box>& inBoxes,
	atl::Array<avl::Box>& outNotEmptyBoxes,
	atl::Array<bool>& outIsNotEmpty
)

Parameters

Name Type Default Description
inBoxes const Array<Box>&
outNotEmptyBoxes Array<Box>&
outIsNotEmpty Array<bool>&