jlstuart125 / NoteGoat

Program implemented in MATLab to read images of piano sheet music and return a MIDI file of what it sounds like.
0 stars 0 forks source link

Use erosion and dilation to isolate notes from staff lines #3

Closed cow-face closed 1 year ago

jlstuart125 commented 1 year ago

made a function (_separatelines) that takes in the subwindow image and returns two images: one with the staff lines isolated and the complement of it (all of the notes and clefs).

jlstuart125 commented 1 year ago

could be improved by adjusting the values that go into the close and open function / and the line kernel