Ask Your Question
0

How to recognize the image that have a circle ?

asked 2014-12-03 01:24:53 -0600

nhat.truong gravatar image

Hi everyone, After using InrangeS() function to seperate the green area from an image, I get a binary image contain white and black area. In white area, I don't know how to recognize that they're not circle or they're circle. I'm very grateful if everyone help me to solve this problem. I'll enclose the image I get after using Hough transform for everyone :) Thanks a lotC:\fakepath\image.png

edit retag flag offensive close merge delete

Comments

Have you tried hough circle?

Haris gravatar imageHaris ( 2014-12-04 04:59:12 -0600 )edit

3 answers

Sort by ยป oldest newest most voted
0

answered 2014-12-08 20:22:33 -0600

aliavci gravatar image

Use HoughCircles. This method detects circles according to the criteria that you give it.

edit flag offensive delete link more
0

answered 2014-12-07 01:18:52 -0600

aliavci gravatar image
edit flag offensive delete link more
0

answered 2014-12-04 07:57:29 -0600

theodore gravatar image

I think that what you are looking for is a shape detection algorithm. If you make a search in the internet I think that you will easily find several approaches. Have a look here to get an idea. I hope that it will help you.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-12-03 01:24:53 -0600

Seen: 480 times

Last updated: Dec 08 '14