I have a camera with these specs:
- full resolution 1280x1024
- pixel size 0.0048mm
- focal length 8 mm
I need to detect a ball in this image. It is 4 meters away and its radius is 0.0373 meter.
How to convert the radius to from meter to pixel in this case?
the reason is that I need to use cv2.HoughCircles() and need to have the value for this function.