Ask Your Question

mima's profile - activity

2016-05-23 00:48:22 -0600 commented answer detecting cirlcles and verifying it

the circles are dectecting with houghcircle.I need to create image to color the cirle detected with a color and the circles which are not detected with other color. i succeed to create mask with the circles detected and i made it as filled circles.But my problem is how create mask with all circles in the input image detected or not detectes.Please i need a help

2016-05-17 04:49:56 -0600 answered a question detecting cirlcles and verifying it

how i can create a mask with circles that need to be detecteded as white blobs because i can't access to the coordinates of my circles

2016-04-05 16:14:05 -0600 received badge  Enthusiast
2016-03-31 18:20:26 -0600 asked a question detecting cirlcles and verifying it

Hi,after detecting circles with houghcircle ,i need to verify if all circles (wanted to be detected) is detected as a first solution is to add reference image which contained all circles must be detected and try to color the circle detected in the reference image i asked if it’s possible to do this with opencv.If,yes i need some keywords or helpful tutoriel If,no there is other solution and thanks to reply

2016-03-31 15:56:22 -0600 commented question to verify if all circles is detected ?

ok ;thanks but i asked if i need to use simulator or not, if it's possible to do it, and there is any tutorial helpful to do this

2016-03-31 07:57:58 -0600 commented question to verify if all circles is detected ?

why i reallly did a lot of effort and didn't find any thing i need at least keys words it 's a little part of my graduation projects.Really i did a lot of effort and i spend a lot f time that's why as final solution ,i decided to pose it in this forum and thanks

2016-03-31 07:27:01 -0600 asked a question to verify if all circles is detected ?

please i need a help my project is to detect circles in video with houghcircle . i succed to do it.But it must to add reference image(contained the circle must be detected) in order to verify if all circles are detected ( must detected 24 circles) if the circle is detected in video we must color her same circle in the reference image in green and if a circle is not detected in video we must color her same circle in the reference image in red same circle means :same position , same radius ;same center please help me it’s my Project Graduation