Is it possible to use Dlib in Android, like OpenCV?

Well, I need a clear site or information on using Dlib in android. I searched the web everywhere to get an example application in android using Dlib, but still I can not find it. I'm still not sure if we can use the Dlib methods in android to generate the .a file so that we can use it as a library. Can someone suggest me or guide me on how to use Dlib in android and what its purpose is.

+4
source share
1 answer

This question has already been considered here . You can refer to https://github.com/tzutalin/dlib-android for an example. It describes porting dlib to the Andriod platform as a dynamic or static library with some created samples.

+3
source

All Articles