hajicj / MUSCIMarker

Tool for annotating objects in musical scores.
http://muscimarker.readthedocs.io/en/latest/
Apache License 2.0
7 stars 2 forks source link

Tool for local binarization #171

Closed hajicj closed 6 years ago

hajicj commented 6 years ago

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...?