Reputation: 351
I have found a post about colorise an image using java. However , in android, there does not exist this method. It there any functions or libraries for me to colorise the face in an image in android?? Thank you.
Upvotes: 1
Views: 534
Reputation: 515
Two steps
https://developers.google.com/vision/android/face-tracker-tutorial.
https://developer.android.com/reference/android/media/effect/EffectFactory.html
and
https://github.com/mordonez-me/instagram-filters-jhlabs-android
Hope this helps
Upvotes: 1