Wednesday, September 5, 2007

I have been given the task of finding pitch position of the output glyphs from Gamera after MusicStaves has extracted staff lines.

Yesterday, I went though the music staves documentation to figure out a good starting point to get pitch information from the stave points. Clearly 'get_staffpos' is the place to get this information, as the StaffObj outputs 'staffno' (staff number) and 'yposlist' (y position list of the staff lines). These lines can be used to create fields onto which the glyph note (and rest) centers may be overlaid for determination of pitch information.

Today, this project has been put on hold briefly, to create a python script that will run the staff removal algorithms on a small database of image samples...

No comments: