Back to Aurora 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
Input value inBoxes const Array<Box>&
Output value outNotEmptyBoxes Array<Box>&
Output value outIsNotEmpty Array<bool>&