Ignore:
Timestamp:
2019-08-14T11:42:20+12:00 (5 years ago)
Author:
cpb16
Message:

updated, after unable to commit due to setup.bash being out of date. Added mainMorph for morphological development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/is-sheet-music-encore/trunk/image-identification-terminal/Makefile

    r33340 r33415  
    1818    rm results.txt
    1919
    20 testrun-classifier-cluster-single:
    21     javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
    22     ./runClassifier.sh TestImages/test-coo.31924062612282-9.png cluster test.png -single
     20testrun-classifier-single-cluster:
     21    ./runClassifer.sh TestImages/test-coo.31924062612282-9.png cluster logSingle.txt -singleNew
    2322    echo "Displaying javaImageClassifier output"
    24         #Display output of javaImageClassifier
    25     less log.txt
    2623        #Calculate the Accuracy of the classifier
    27     java javaAccuracyCalculator log.txt houghlinesP results.txt
     24    java javaAccuracyCalculator logSingle.txt houghlinesP resultSingle.txt
    2825        #Display output
    29     less results.txt
    30     rm log.txt
    31     rm results.txt
     26    less resultSingle.txt
     27    less logSingle.txt
    3228
     29testrun-classifier-single-count:
     30    ./runClassifer.sh TestImages/test-coo.31924062612282-9.png count logSingle.txt -singleNew
     31    echo "Displaying javaImageClassifier output"
     32        #Calculate the Accuracy of the classifier
     33    java javaAccuracyCalculator logSingle.txt houghlinesP resultSingle.txt
     34        #Display output
     35    less logSingle.txt
     36
     37
Note: See TracChangeset for help on using the changeset viewer.