You can start with FCM clustering for segmentation and evaluate the segmentation accuracy for the ROI. Then you can try other FCM algorithms based on trial and error basis. Basic FCM clustering is sensitive to noise and hence for noise corrupted images spatial-FCM can be experimented
You can start with Conventional Fuzzy C-Means. Since traditional FCM is sensitive to noise and it ignores the neighborhood information you can use Kernel Spatial FCM method.
In addition you can also explore advanced fuzzy clustering methods like Intuitionistic Fuzzy C-Means methods. You can refer following papers