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

ConnectedComponent puts all pixels in final bbox into the mask, not just the "hit" CCs #111

Closed hajicj closed 8 years ago

hajicj commented 8 years ago

Reason: the CC. Tracer only passes the overall bounding box to the CCTool, which then builds the mask from the image.

Solution: CC Tracer passes the bounding box it got, the CC selection mechanism gets refactored from Tracer to Tool (which is where the mask is generated).