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.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- How to know full paths to DLL's from .csproj f
- Listening to outgoing sms not working android
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.