Hi Lenox,
The IMAQ Find Circles VI only returns Circles data in pixels. If you use context help and hover over the VI, then select "click here for more help", this will show the LabVIEW Help for this VI which describes this. There is a VI called "IMAQ Convert Pixels to Real World" That can convert the pixel measurements to real world measurements. However, this VI will only accept X and Y coordinates. The Circles Data output contains X, Y, Radius, and Core Area data. You can index the array of clusters and return only the X and Y portion, but I found that it was easier to modify the IMAQ Convert Pixels to Real World VI to accept four inputs instead of two. I have attached the modified VI for LabVIEW 7.1. (Let me know if you need it for a different version.) I hope this helps.
Good Luck,