This application is build using dlib library in C++.
Me : "I wanted to create an anime face from a normal face. like this one"
reference: http://www.jailbreakmodo.com/
Me : "Currently there is two way to achieve, one is by extracting the feature of the face like Face Shape
: ['round','square','oval' ,'etc',] Nose shape
: ['wide','long','small and wide'] " other feautes like colour, eye shape, forehead etc and with these features create an image. another way is to extract face shape from the landmark detected and then transform the shape to an anime image. "
Me : "currently using dlib for facial landmark detection "
Me : "of course ! just hit the fork and start !"
Me : "okay " ##Setup
git clone $project
download dlib and setup in the project
cmake ${project directory }
make
- this will build an executable file in exec folder !