in AS3 I'm looking for a way to detect the circles on a BitmapData image as fast as possible. Any idea or advice?
The BitmapData is actually a photo taken with the iPhone camera, so what I need is an algorithm to detect circular shapes (Hough transform implementation?)