endlesshh / dlib-java

A java solution for dlib in the JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A java solution for dlib in the JVM

License:Boost Software License 1.0


Languages

Language:Java 52.6%Language:C++ 47.4%