Ask Your Question
0

Circle- Detection with Visual Basic

asked 2013-03-27 13:18:43 -0600

Hello, i want to detect multiple circles with my Webcam. I use Visual Studio Express 2010.

After the detection I want to see the absolute coordinates from the center point of each Circle. Furthermore I want the name of the colour. Is this with OpenCV in Visual Studio 2010 possible?

Please help me.

Thanking you in anticipation Freddy31

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
2

answered 2013-03-27 13:42:41 -0600

To find circles in an image, you can use the Hough transform for circle, where the output is (x,y,radius) for each circle. Since you have the center, you could find the color of that point if it's what you want.

edit flag offensive delete link more
1

answered 2013-03-27 13:41:11 -0600

berak gravatar image

not with basic, sorry. you'll have to learn c++. .. or python .. or java .. or matlab ..

edit flag offensive delete link more
1

answered 2013-03-29 22:28:17 -0600

wuling gravatar image

I think you should try use opencvsharp or emgu which pinvoke opencv.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-27 13:18:43 -0600

Seen: 1,366 times

Last updated: Mar 29 '13