diff matchAnnotationSrc/matchAnnotations.cpp @ 50:158f5f38e9d3

outputting exact difference for annotations, comparison with match annotations is now working over all rwc files
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 29 Mar 2012 13:41:59 +0100
parents 3ce6dadd8167
children
line wrap: on
line diff
--- a/matchAnnotationSrc/matchAnnotations.cpp	Fri Mar 23 10:53:57 2012 +0000
+++ b/matchAnnotationSrc/matchAnnotations.cpp	Thu Mar 29 13:41:59 2012 +0100
@@ -15,7 +15,7 @@
 	// "/Users/andrew/Documents/work/MuseScore/RWC/ANNOTATION/RM-C002_annotation+WavPos.csv"
 	matchData.clear();
 	
-	printf("MATCH : READ FILE %s\n", pathName.c_str());
+//	printf("MATCH : READ FILE %s\n", pathName.c_str());
 	ifstream file ( pathName.c_str());
 	string value, tmpLine;
 	stringstream iss;
@@ -48,7 +48,7 @@
 	}//end while
 	
 //	printAnnotations();
-	printf("There are %i MATCH annotations\n", (int)matchData.size());
+//	printf("There are %i MATCH annotations\n", (int)matchData.size());
 	
 }