On Nov 29, 10:19=A0pm, serg271 <serg...@[EMAIL PROTECTED]
> wrote:
> On Nov 29, 7:00=A0pm, Eizo <odpe...@[EMAIL PROTECTED]
> wrote:> Hi,
> > I am looking for some (fast) algorithm to find circles in image.
> > I understand that there is the usual Matlab routine that use Hugh
> > transform, but it is slow, and I need some other fast solution.
> > any ideas?
>
> I would suggest just brute-force it. Make edge detection, or
> thresholding/segmentation. After that for each contour (closed edge or
> segment boundary) check if it circle or not - for example calculate
> center (average) and average radial error. Works pretty well for
> convex polygons.
Well, I am using a picture, that isn't super clear (e.g could be
places where the edge isn't closed )
also I think that computing whatever a contour is closed or not is
very time consuming ( correct me if I Am wrong here..)
and I need something that work very fast.
thanks for the idea, if you have more I would be glad to hear.
E


|