Back to Adaptive Vision Library Lite website
You are here: Start » Location » LocationCenter
LocationCenter
Returns the center point of a pixel indicated by the provided location.
Syntax
void avl::LocationCenter ( const avl::Location& inLocation, avl::Point2D& outCenter )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLocation | const Location& | Pixel location. | |
![]() |
outCenter | Point2D& | Center point of the provided pixel. |


