A java solution for dlib in the JVM
dlib-java is currently in progress and will focus on face detection first. PRs are welcome.
If you want to build and test dlib-java, the process uses JavaCPP 1.3 and is quite simple.
javac -cp javacpp.jar dlib.java
java -jar javacpp.jar dlib
java -cp javacpp.jar dlib
This project uses the same license as the primary dlib project, Boost 1.0. See LICENSE for details.