I am using opencv and C++..I have a face with different colors of circular marker points. I am using hough circle to identify those circles. My problem is that i am not able to understand the different parameters of the Hough function so that it identifies all the marker points.
Thanks
Have you looked here: http://docs.opencv.org/modules/imgproc/doc/feature_detection.html?highlight=houghcircles#houghcircles
It gives the parameters of the function HoughCircles. Do you need more of an explanation of any parameters?