Back to Adaptive Vision Library website

You are here: Start » Function Reference » Location » LocationCorners_Deprecated

LocationCorners_Deprecated


Returns corners of a location.

Syntax

C++
C#
 
void avl::LocationCorners_Deprecated
(
	const avl::Location& inLocation,
	avl::Point2D& outTopLeftCorner,
	avl::Point2D& outTopRightCorner,
	avl::Point2D& outBottomRightCorner,
	avl::Point2D& outBottomLeftCorner
)

Parameters

Name Type Default Description
inLocation const Location&
outTopLeftCorner Point2D&
outTopRightCorner Point2D&
outBottomRightCorner Point2D&
outBottomLeftCorner Point2D&