Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Relations » TestBoxInImage

TestBoxInImage


Header: AVL.h
Namespace: avl
Module: FoundationLite

Tests whether a box is contained in the dimensions of an image.

Syntax

C++
C#
 
void avl::TestBoxInImage
(
	const avl::Image& inImage,
	const avl::Box& inBox,
	bool& outIsContained
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Input value inBox const Box&
Output value outIsContained bool&

Description

Tests whether a box is contained in the dimensions of an image.

Examples

TestBoxInImage Output Preview
True
False