source: other-projects/is-sheet-music-encore/trunk/image-identification-dev-02/image-identification-development/Makefile@ 33415

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

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

File size: 249 bytes
Line 
1#https://www.tensorflow.org/install/lang_java
2
3run-Classifier01:
4 javac terminalImageClassifer.java
5 java -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar -Djava.library.path=/Scratch/cpb16/opencv-3.4.2/build/lib/ terminalImageClassifier
6
7
8
Note: See TracBrowser for help on using the repository browser.