Is there a Circle detection plugin or algorithm for image J

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Is there a Circle detection plugin or algorithm for image J

vdoo
Hi all,
I found that ImageJ has a edge detection plugin.
But I want a circle object detection tool to calculate the diameter of the circle in a picture.

I don't know if anyone has implemented such a plugin.I will appreciate your reply if you can give me some hints (Plugin or Algorithm).

Thanks and best regardsVdoous.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Is there a Circle detection plugin or algorithm for image J

Michael Schmid
Hi Vdoo,

the usual algorithm for finding shapes like circles is named (generalized) Hough transform.
The Hough_Circles plugin is for circles of fixed size; but there are other Hough plugins, maybe you find a suitable one.

Michael
________________________________________________________________
On Oct 28, 2014, at 17:41, vdoo wrote:

> Hi all,
> I found that ImageJ has a edge detection plugin.
> But I want a circle object detection tool to calculate the diameter of the circle in a picture.
>
> I don't know if anyone has implemented such a plugin.I will appreciate your reply if you can give me some hints (Plugin or Algorithm).
>
> Thanks and best regardsVdoous.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html