aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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