Thanks for the reply. I found a way to break the images in two, but I am still attaching some the images so you can see them. I am looking for the big circle that the intensity is nonuniformly distributed. There are 3 images that show the progression of the program to determine the correct circular region. 1) Original image (grayscale) 2) thresholded image, unwanted regions eliminated, and finally circle region's boundary broken along the max feret diameter (binary) 3) Original image cropped around best fit circle with the data from the "good" pixels(grayscale). While the image has a perfect circle others may not be because the thresholded image binary image may have extra data along the boundary, or it might not be a perfect circle. This would mean that some of the circle region may get cut off, or have some data not corresponding to the circle region.
I can't use just one threshold value because half of the circle region is darker than the surrounding area. I have never had much luck using edge detection, because the edge contrast is too low. If you have any suggestions to find the exact boundary I would greatly appreciate it, otherwise this is the best solution so far. Thanks again.
Kevin Baker