ppisljar/image-morph-js

Achieve transition between 2 faces, without defining points.

Opened this issue · 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?

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.