From d8a5523c0a5dc0c3d43bb1fdd687b9442fc3976a Mon Sep 17 00:00:00 2001 From: Olivier Barais Date: Mon, 8 Apr 2019 13:36:30 +0200 Subject: [PATCH] update --- Readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 694965a..94a27dd 100644 --- a/Readme.md +++ b/Readme.md @@ -189,14 +189,14 @@ This application was inspired by the ingenious ["Trollator" mobile Android appli 1. OpenCV Installation for local Maven repository --- OpenCV is a native library with Java bindings so you need to install this to your system. - - *libopencv_java300.so* installed in you java.library.path ( - - *opencv-300.jar* availble for application + - *libopencv_java346.so* installed in you java.library.path ( + - *opencv-346.jar* availble for application There are good instructions how to build OpenCV with Java bindings for your own platform here: http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html Once you have built the Java library you can install the resulting jar file to your local Maven repository using - mvn install:install-file -Dfile=./bin/opencv-300.jar \ - -DgroupId=org.opencv -DartifactId=opencv -Dversion=3.0.0 -Dpackaging=jar + mvn install:install-file -Dfile=./bin/opencv-346.jar \ + -DgroupId=org.opencv -DartifactId=opencv -Dversion=3.4.6 -Dpackaging=jar 2. Building this application @@ -211,6 +211,7 @@ And run the application using the embedded Jetty plugin in http://localhost:8888 mvn package java -Djava.library.path=/home/barais/git/opencv/build/lib/ -jar target/fatjar-0.0.1-SNAPSHOT.jar # Do not forget to update the path to your opencv install in Main.java + # You can change the image trollface ;) # Fork this repo