image-morph-js icon indicating copy to clipboard operation
image-morph-js copied to clipboard

Achieve transition between 2 faces, without defining points.

Open YeisonVelez11 opened this issue 8 years ago • 1 comments

Hello, I congratulate you for your great library. I am trying to achieve this effect: Https://upload.wikimedia.org/wikipedia/commons/a/a7/Morphvideo-ape-bird-april12-2015.ogv But I need to upload 2 images and this animation is generated. This would be done automatically then I need to skip the part of defining points. How can I skip this part, or what can I use?

YeisonVelez11 avatar Jul 13 '17 14:07 YeisonVelez11

I'm late to the party, but I used ImgWarper and face-api.js in my Node.js library to support auto morphing detected faces without needing to manually define points. This obviously doesn't work for all use cases, but it makes for a dead simple API to generate a cool morphing effect for faces if that's what you'd like to do.

whatl3y avatar Oct 17 '20 01:10 whatl3y