Example Geometry
Cartesian: <centerx,centery>
Polar: <ctrRadius,ctrAngle>
Cartesian: <width,height>
Polar: <diagLength,diagAngle>
Goal: Change the representation of bounding box:
Four int pixel values in class A (Cartesian center and size coordinates)
will be replaced by four ghost float values (polar coordinates: length
and angle) for vector to center position and diagonal of b-box).