Face lifting on iOS
Hi all, I'm an iOS and Android dev and a complete newbe to OpenCV. What I'm trying to do is simple, I have to make somebody on a picture look younger or older by applying a predefined filter on its face (eventually with some face or eye detection). Looks simple enough but I have no idea of where to look in openCV for iOS to start or what part of openCv could be useful to me and to this project. Any idea ? Thx in advance
"Looks simple enough" Really?!? I think you should check this http://stackoverflow.com/questions/9986766/which-computer-vision-library-algorithms-for-human-behaviour-analysis/9988561#9988561
You are probably aware but there is already an Android app that does that. I do not think it is very simple, I have looked the results and I am not really sure how they do it. It looks cleverly done.
Yeah sorry by the "Simple enough' I meant the mental process, not the implementation of it ;)
:) yeah, it's not impossible, but it requires substantial work. And, as I know, you will have to develop for yourself a good part of the algorithms - there is no available faceLift() function, in OpenCV or elsewere.