Back to Adaptive Vision Library Lite website

You are here: Start » Basic » Box » RemoveEmptyBoxes

RemoveEmptyBoxes


Header: AVL.h
Namespace: avl

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

Applications: Secures against domain errors caused by empty boxes.

Syntax

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>&