Detect circle in binary (thresholded image)
Hi everyone, I want to detect circle on the binary image, I try to use HoughCircles but it does not work, could you suggest me some methods to detect circle from binary image.
When you say "it does not work", could you be more specific? What problems are you having? And could you post an example image?
you need a grayscale, not a binary image.