I would like to detect the 7 white 'circular' paper-parts (closed contours) in Matlab and store the radii and center points. I have tried the following ways:
- Feature matching the original image (top-left) with reference image (bottom-right)
- Filter out the edges (top-right and bottom-left) and fit multiple circles to the data points
- Detecting circles in original picture (top-left) with Circular Hough
but they did not work. I am a beginner in image processing, could someone please help? Thanks :)