Implement a tool that lets the user select a region to perform binarization on. Applies Otsu threshold, sets everything under threshold to 0 (so that TrimLasso works), but retains foreground intensities so that foreground details remain visible. The binarization is often quite inaccurate, so retaining the gray levels helps.
Future work: might stretch foreground intensities in the binarized region, so that the differences are better visible...?
Implement a tool that lets the user select a region to perform binarization on. Applies Otsu threshold, sets everything under threshold to 0 (so that TrimLasso works), but retains foreground intensities so that foreground details remain visible. The binarization is often quite inaccurate, so retaining the gray levels helps.
Future work: might stretch foreground intensities in the binarized region, so that the differences are better visible...?