Possible Duplicate:
Fast Java library for circle recognition
I’m looking for a good Java algorithm/library to recognize a circle in a bitmap, and returns the coördinates of the center of the circle. The circle has one color. (eg. green).
Thanks a lot!
First, I should say that I kind of agree that your question should be closed because it is a duplicate. However, I don’t quite like the answer provided since it’s overkill for such a simple problem.
I would: