Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible for using Dlib in android like OpenCV?

Tags:

android

dll

.a

dlib

Well i need a clear site or information on using Dlib in android. I searched in the net throughout to get a sample application in android using Dlib but still i can't find a one. I am not still sure whether we can use Dlib methods in android for generating .a file so that we can use it as a library. Can anyone suggest me or guide me on how to use Dlib in android and what is its purpose.

like image 532
Vicky Avatar asked Sep 28 '22 21:09

Vicky


1 Answers

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

like image 54
mkc Avatar answered Dec 15 '22 02:12

mkc