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


