aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-05-05 10:53:53 +0200
committerzedarider <ymherklotz@gmail.com>2016-05-05 10:53:53 +0200
commit21167d58045175455b22bf3b9d1a5726b2dc8120 (patch)
tree1f477c4b942399ad9df16fd7ae828c3671e9e365
parenta3719e06af21aef0fa364815a1d05228217bf45e (diff)
downloadNoteReader-21167d58045175455b22bf3b9d1a5726b2dc8120.tar.gz
NoteReader-21167d58045175455b22bf3b9d1a5726b2dc8120.zip
correcting file path
-rwxr-xr-xnote_detectionbin36144 -> 36144 bytes
-rw-r--r--note_detection.cpp2
-rw-r--r--program_files/pitch_detect.jpgbin0 -> 36294 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/note_detection b/note_detection
index f4406d6..a6ed578 100755
--- a/note_detection
+++ b/note_detection
Binary files differ
diff --git a/note_detection.cpp b/note_detection.cpp
index d1cda19..309948b 100644
--- a/note_detection.cpp
+++ b/note_detection.cpp
@@ -111,7 +111,7 @@ int main(int argc, char** argv) {
imwrite("./program_files/cut_hist_horiz.jpg", cut);
imwrite("./program_files/cut_hist_vert.jpg", cut2);
imwrite("./program_files/note_detected.jpg", notes);
- imwrite("./program_fiels/pitch_detect.jpg", notesbw);
+ imwrite("./program_files/pitch_detect.jpg", notesbw);
// Creating text files with the data for external access
noteStream.open("./program_files/note.txt");
diff --git a/program_files/pitch_detect.jpg b/program_files/pitch_detect.jpg
new file mode 100644
index 0000000..b46b48c
--- /dev/null
+++ b/program_files/pitch_detect.jpg
Binary files differ