I got an image of an individual with a beard:
Using a mask, I was able to extract the beard:
I want to move the beard on another person's face, such as this one:
I want to do this by getting the nose location of the first person, the nose location of the 2nd person and position the beard accordingly.
What are some ways to accomplish this goal? How can I do this by getting the facial landmarks? Are there any non-Deep Learning methods of doing this?