Ask Your Question

neeraj's profile - activity

2015-11-05 08:01:13 -0600 received badge  Famous Question (source)
2014-11-20 08:30:43 -0600 received badge  Notable Question (source)
2014-04-13 03:42:02 -0600 received badge  Popular Question (source)
2014-04-12 05:53:35 -0600 received badge  Student (source)
2013-04-04 12:15:26 -0600 asked a question Get the average color of image inside the circle:Hough Transform

Hi, I am a newbie in opencv. I am trying to detect some cells(circular objects) in an image. I have used cv2.HoughCircles to detect multiple circles. Now I need to extract some features of the extracted circles. For that I need to find the average color of my image inside each circle. I am thinking of using the detected circles as a mask and then trying to pull out the average of all the pixels from my corresponding image. Unfortunately, I am unable to accomplish. Is it is correct way of finding the average color of my image inside each circle? Could some one help me out in this?

Thanks