everyone
I am currently doing a project in which i am trying to modify a picture of face such that the wrinkles on the face will be removed. Has anyone any clue how to do that? Any algorithm?
Thanks and Best Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are willing to select the wrinkles “automagically” (using a GUI), you may want to look at inpainting, and also at “Poisson Image Editing”, by Perez et al. (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.133.6932&rep=rep1&type=pdf).
This latter technique is also known as “Gradient blending.”
I tried to remove one wrinkle (it is positioned at 7 o’clock) using Poisson editing. Left: Before; Right: After:
The code is in Mathematica, and is too “mispackaged” to be really useful.
As for inpainting, the texture synthesis technique gives this: