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

Local binarization for TrimmedLasso #119

Open hajicj opened 8 years ago

hajicj commented 8 years ago

(Related to #118.)

Motivation: make TrimmedLasso tricks work in grayscale images without the need for difficult global binarization.

In order for TrimmedLasso to work, we need to build a mask of the lasso-ed region. We can build this mask dynamically, on some assumptions:

Easiest solution

Just call otsu binarization on the bounding box and go from there.

hajicj commented 7 years ago

This could be attempted by merging the functionalities of Region Binarize and Trimmed Lasso.