Skip to content

Simple OCR used to extract music notes from a sheet music image (without using neural networks).

License

Notifications You must be signed in to change notification settings

Oscarshu0719/music-note-extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

music-note-extraction

  • Use python3 and cv2 to implement simple OCR to extract music note from a sheet music.
  • Since the project doesn't use CNN or other neural networks, the result is not good enough for recognizing some images with distortion.

Usage

python MusicNoteExtraction.py path

path: Image path.

Requirements

  • python3.
  • opencv-python.

About

Simple OCR used to extract music notes from a sheet music image (without using neural networks).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages