I am developing a project in Android to Draw/Overlay/Paint flag or other image on Face. Or Draw/Overlay/Paint an Image with another image i.e. embed image into other. But the second image should be exact on the face. Take a close look below
I am using the Face Detection Vision Api of Google, and get the Landmarks and even whole face and draw a simple rectangle around using An Introduction to Face Detection on Android
But the Question is:
How to draw image on another image as shown above?
Am I on the right path i.e. Face Detection and then draw something?
Please give me some sample code that how to start with or give me some github libs if available. Thanks.