Back to Aurora Vision Library Lite website

You are here: Start » Image » Image Basics » ImageBox

ImageBox


Header: AVL.h
Namespace: avl

Returns a box corresponding to the dimensions of an image.

Syntax

void avl::ImageBox
(
	const avl::Image& inImage,
	avl::Box& outBox
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Output value outBox Box& Output box