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 hough transform to get bars as subwindows #2

Closed cow-face closed 1 year ago

jlstuart125 commented 1 year ago

seems i made another issue that cloned this one .... either way it is resolved via the two new functions get_measure_lines() (which does the hough transform part) and get_measure_im() (which gets the specific measure and returns the image of it.