Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Box » AvsFilter_AccessBox

AvsFilter_AccessBox


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avs

Returns individual fields of box.

Syntax

void avs::AvsFilter_AccessBox
(
	const avl::Box& inBox,
	int& outX,
	int& outY,
	int& outWidth,
	int& outHeight
)

Parameters

Name Type Default Description
Input value inBox const Box& Input box
Output value outX int& Output x-coordinate
Output value outY int& Output y-coordinate
Output value outWidth int& Output width
Output value outHeight int& Output height