Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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.

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
inBox const Box& Input box
outX int& Output x-coordinate
outY int& Output y-coordinate
outWidth int& Output width
outHeight int& Output height

Hints

  • Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.