Back to Aurora Vision Library website

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

RemoveEmptyBoxes


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

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