ofxMorphImage
openFrameworks addon.
Morph image to another image using mesh warping technique.
http://davis.wpi.edu/~matt/courses/morph/2d.htm
Almost all of the process is in vertex and fragment shader.
Tested on openFrameworks v0.8.4 / Mac OSX 10.10 / XCode 6.2
Usage
see simpleExample.
Credits
I wrote most of this addon based on Matthias Oostrik's ofxFlowTools. https://github.com/moostrik/ofxFlowTools
many thanks.