A quick question, I'm using the Circle Hough Transform to detect balls in an image. Since the algorithm is computationally expensive, I've been wondering if it is possible to calculate the radius of the ball in pixels using camera calibration data. I've read the following question (see below) and figured that if I can find the distance between the camera and the ball, I could calculate the radius somehow, is this possible?
Finding distance from camera to object of known size
Many thanks!