aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-05-05 10:48:47 +0200
committerYann Herklotz <ymherklotz@gmail.com>2016-05-05 10:48:47 +0200
commit6fd13d2311f5eee784fb9d5685120c4b9731ed46 (patch)
tree884a395e546d58899a326c59dda1cf6bcf1abf81
parent080674518fa602528baba76c632d23d17726f46d (diff)
downloadNoteReader-6fd13d2311f5eee784fb9d5685120c4b9731ed46.tar.gz
NoteReader-6fd13d2311f5eee784fb9d5685120c4b9731ed46.zip
Update README.md
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index ee58435..b022d11 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,19 @@
-# NoteReader
+# 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.
+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)
+
+and Vertically
+![alt tag](https://github.com/zedarider/NoteReader/blob/master/program_files/cut_hist_vert.jpg)