aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1529782a383d16718c704736257b77ea509caf64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#NoteReader#

This Project was created for a fpga project where we had to create custom sheet music from real scores that we got from flat.io.

I tried to make the program as general as possible and tried out multiple algorithms i came up with, however after tweaking I came up with this program. 

It is not yet available on every platform, which is a goal that I am aiming at and does not yet support every type of symbol or sheet music as I only used my own algorithms to detect everything.

- - - - -

##How it works##

First measures the intensities of the note line in black and white seen below:

__Horizontally__
![alt tag](https://github.com/zedarider/NoteReader/blob/master/program_files/cut_hist_horiz.jpg)

__Vertically__
![alt tag](https://github.com/zedarider/NoteReader/blob/master/program_files/cut_hist_vert.jpg)