Back to Aurora Vision Library Lite website
You are here: Start » Image » Image Relations » TestBoxInImage
TestBoxInImage
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Tests whether a box is contained in the dimensions of an image.
Syntax
void avl::TestBoxInImage ( const avl::Image& inImage, const avl::Box& inBox, bool& outIsContained )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inBox | const Box& | ||
![]() |
outIsContained | bool& |
Description
Tests whether a box is contained in the dimensions of an image.
Examples
| TestBoxInImage Output | Preview |
|---|---|
| True | ![]() |
| False | ![]() |




