I am really struggling trying to find the circles in my image. Here is the image, as well as the three circles I am hoping to find:
The image is a 512x512 int16. The circles should have a center near (256,256), and the radii are approximatrely 215, 225, and 256.
The image has negative values- the black background is -2000, the innermost blue circle has values around 1020, the area between red and blue is about 1130, and the grey area between the green and red circle is about 40. The .mat file is attached
I'm having a hard time finding these circles with either regionprops or imfindcircles, and I think I need some sort of preprocessing, but not sure what direction to go in. The strange thing is that it seems easiest for me to find the red circle, when I feel the greatest contrast is the green one.
Any help would be much appreciated. Thanks.