How to morph two images (geometric morphing) seamlessly

706 Views Asked by At

is there a simple algorithm usable in real-time which is able to morph two images without any user inputs (so completely automatic, there is no controls points to set) ?

Basically, i don't want to morph faces nor realistic scenes, the images would actually be completely abstract and a combination of drawing patterns with regular shapes such as lines.

Thank by advance.

1

There are 1 best solutions below

0
On

I have written a tool that doesn't require setting manual keypoints and is not restricted to a domain (like faces). Anyway, the images have to be similar (e.g. two faces or two cars from the same perspective). It's still a work in progress but already works great!

https://github.com/kallaballa/Poppy

image morphing example

example usage: poppy -o video.mkv image1.png image2.png