tags:

views:

65

answers:

2
+2  Q: 

Keypoints morphing

Is there a library/software which can accept a number of keypoints and matches of them between images and produce a morph? Or any ideas/algorithms on how to do it?

A: 

An older piece of software by Gryphon Software could do image morphing. I saw an article about it from 1994. I couldn't find a company site, so they may be abandon ware now.

Her is a quote from a Wikipedia article about a film editing technique called Dissolve.

In non-linear video editing, a dissolve is done in software, by interpolating gradually between the RGB values of each pixel of the image.

Hope that helps.

J.J.
+1  A: 

Xmorph and GTK morph can do that -- although the key points must be parts of equivalent rectangle grids. The underlying algorithm can be accessed through a C API.

Ryan