Experiment - Image thresholding (binary, adaptive, Otsu)
Problem:You want to separate objects from the background in a grayscale image using thresholding. The current method uses a simple binary threshold with a fixed value, but it does not work well for images with uneven lighting.
Current Metrics:Visual quality: Objects are not clearly separated in shadowed or bright areas; some parts are lost or merged with background.
Issue:Fixed binary thresholding fails on images with varying illumination, causing poor segmentation.