Back to FabImage Library Lite website
You are here: Start » Basic » Box » RemoveEmptyBoxes

RemoveEmptyBoxes
Header: | FIL.h |
---|---|
Namespace: | fil |
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 fil::RemoveEmptyBoxes ( const ftl::Array<fil::Box>& inBoxes, ftl::Array<fil::Box>& outNotEmptyBoxes, ftl::Array<bool>& outIsNotEmpty )