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

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

Have compiled openCV java from terminal. Have created classifier one. Have understood HoughLinesTransformation. Have created general streamline for runnning further classfiers and viewing accuracy rates

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