Back to Adaptive Vision Library website
You are here: Start » Function Reference » Conversions » Point2DArrayToLocationArray
Point2DArrayToLocationArray
Converts an array of points to an array of locations.
Syntax
C++
C#
void avl::Point2DArrayToLocationArray ( const atl::Array<avl::Point2D>& inPointArray, atl::Array<avl::Location>& outLocationArray )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPointArray | const Array<Point2D>& | ||
![]() |
outLocationArray | Array<Location>& |


