|
Re: getBoundingRectHeight() Units?
The bounding box height and width are measured in pixels. The best way to convert pixels to distance is when you have the bounding box's width being 'X' pixels wide you measure in the real world to know 'Y' inches form the target, and take multiple data points to set up a table to judge distance.
|