source: other-projects/is-sheet-music-encore/trunk/image-identification-terminal/Makefile@ 33170

Last change on this file since 33170 was 33170, checked in by cpb16, 5 years ago

refined houghlineP alogirthm

File size: 781 bytes
Line 
1#https://www.tensorflow.org/install/lang_java
2#java -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar:. -Djava.library.path=/Scratch/cpb16/opencv-3.4.2/build/lib/ javaImageClassifier TestImages/Test.png 1
3
4testrun-classifier-houghlinesP:
5 #Compile
6 javac javaAccuracyCalculator.java
7 javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
8 #Run javaImageClassifier on all images in TestImages
9 ./runClassifer.sh TestImages houghlinesP
10 echo "Displaying javaImageClassifier output"
11 #Display output of javaImageClassifier
12 less log.txt
13 #Calculate the Accuracy of the classifier
14 java javaAccuracyCalculator log.txt houghlinesP results.txt
15 #Display output
16 less results.txt
17 rm log.txt
18 rm results.txt
19
20
Note: See TracBrowser for help on using the repository browser.