vote up 2 vote down star
1

Im considering doing a small project as a part of my masters for doing ocr just for sheetmusic instead of text.

I think PIL and Python would be fine for simple proof of concept O"notes"R.

My question is: Has anyone got any "dont do it with PIL use xyz instead" or something in that alley?

EDIT: My delicius links regarding the subject if anyone is interested: http://delicious.com/seet/DIKU-09b4%2Bb1

=========================================================================

EDIT2:

Actually, now I know a lot more about OCR for sheet music or OMR as it is called.

Within academia the area has been researched since late 60/early 70 and building an OMR system is not a simple task. To get a summary of the problems and the research until early 2000 you could read "The challenge of Optical Music Recognition" which is quite successful in drawing up the lines of the field.

Regarding existing software I know of at least these:

And my unscientific tests gave me the idea that photoscore was the most robust one.

For Opensource software Audiveris is the only complete thing I found and is written in Java.

Regarding my original question I am using Gamera. Gamera is an opensource tool for document image analysis which provides tools to do all the basic stuff needed for analysing images for recognition. Gamera has a python interface and the possibility to write c++ "toolkits". For example is it possible to download and use a staffline removal toolkit for gamera.

flag

1  
Think the only objection would be performance, which shouldn't matter for an academic project. – Tomislav Mutak Mar 23 at 20:26
Any updates or recommendations? – dassouki Aug 25 at 14:11
My "feeling" about the best commercial tool is Photoscore – svrist Aug 29 at 14:22

2 Answers

vote up 2 vote down

You may be interested in contributing to this project. Other than that, best of luck with your masters.

link|flag
vote up 1 vote down

http://www.musitek.com/ has commercial offerings -- you can look at their user guide and other specifications to get some hints as to how to proceed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.