Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 466 Bytes

dlib-java

A java solution for dlib in the JVM

Progress

dlib-java is currently in progress and will focus on face detection first. PRs are welcome.

Compilation

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

License

This project uses the same license as the primary dlib project, Boost 1.0. See LICENSE for details.