I am dealing with a image classification problem. Before classification, images should be segmented. I tried several methods. My question is \"how can i test accuracy of seg
Measuring the quality of image segmentation is a topic well studied in the computer vision community.
You can see this method that is suitable for binary segmentations. There is also this method for multiple segments and also for boundary accuracy.