tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
683 stars 246 forks source link

Add Bitmap support in Java #8

Closed flyingzhao closed 8 years ago

flyingzhao commented 8 years ago

Now ,you can pass Bitmap as input instead of image path.It is more flexible than image path. Meanwhile,I add corresponding JNI support in dlib-android. Please check!

tzutalin commented 8 years ago

HI @flyingzhao , Thank you. :) But there are some errors for Travis CI. I will take a look at your code to fix the error first.

flyingzhao commented 8 years ago

i am sorry.i don't know how to use travis ci.please look at code.thx

tzutalin commented 8 years ago

@flyingzhao It's alright. I will look at the code.

flyingzhao commented 8 years ago

I miss to import the Bitmap package.Now it is OK.