Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » BoxCharacteristicPoint

BoxCharacteristicPoint


Header:AVL.h
Namespace:avl

Returns a characteristic point (e.g. the top-left) of a box.

Syntax

C++
C#
 
void avl::BoxCharacteristicPoint
(
	const avl::Box& inBox,
	const avl::Anchor2D::Type inPointAnchor,
	avl::Point2D& outPoint
)

Parameters

Name Type Default Description
inBox const Box&
inPointAnchor const Anchor2D::Type TopLeft Selecting one of the 9 characteristic points
outPoint Point2D&