Circle Fitting Library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tcorio
Forum Newbie
Posts: 1
Joined: Mon Dec 07, 2009 4:49 pm

Circle Fitting Library

Post by tcorio »

I'm working on an application that finds a circle in an image. I'm able to detect the edge of the circle along several lines (from the eight compass directions). Given these eight points I now need to determine the circle's center and its radius.

Is there an open source geometry library that provides this function?

Does anyone have code to do this?

Thanks,
Tim
Post Reply