I am new user of ImageMagick.. How is it possible to find all the circles in a drawing?
for example, I am interested to get the X,Y location of all circles in an architecture drawing (white & black) that contains circles along with other shapes and numbers.
Thank you
finding circles in the picture
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: finding circles in the picture
I don't know that IM can do that. But there is a technique see :ahmedwk wrote:I am new user of ImageMagick.. How is it possible to find all the circles in a drawing?
for example, I am interested to get the X,Y location of all circles in an architecture drawing (white & black) that contains circles along with other shapes and numbers.
Thank you
http://users.ecs.soton.ac.uk/msn/book/n ... ghCircles/
http://planetmath.org/encyclopedia/HoughTransform.html
http://iria.pku.edu.cn/~jiangm/courses/ ... de133.html
Re: finding circles in the picture
Thank you for your reply
I also stumbled on this: ITK <www.itk.org>
I am reading its documentation and it seems to be very good at image segmentation (in medical field)..
Do you know any thing about it?
I also stumbled on this: ITK <www.itk.org>
I am reading its documentation and it seems to be very good at image segmentation (in medical field)..
Do you know any thing about it?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: finding circles in the picture
ahmedwk wrote:Thank you for your reply
I also stumbled on this: ITK <www.itk.org>
I am reading its documentation and it seems to be very good at image segmentation (in medical field)..
Do you know any thing about it?
No, sorry, I have never heard of it, but it looks interesting.