Go to file
1Hyena ad627b132f Initial commit. 2016-09-09 16:06:08 +03:00
demo Initial commit. 2016-09-09 16:06:08 +03:00
obj Initial commit. 2016-09-09 16:06:08 +03:00
LICENSE Initial commit. 2016-09-09 16:06:08 +03:00
Makefile Initial commit. 2016-09-09 16:06:08 +03:00
README.md Initial commit. 2016-09-09 16:06:08 +03:00
atomorph.cpp Initial commit. 2016-09-09 16:06:08 +03:00
atomorph.h Initial commit. 2016-09-09 16:06:08 +03:00
color.cpp Initial commit. 2016-09-09 16:06:08 +03:00
color.h Initial commit. 2016-09-09 16:06:08 +03:00
fluidmodel.cpp Initial commit. 2016-09-09 16:06:08 +03:00
fluidmodel.h Initial commit. 2016-09-09 16:06:08 +03:00
morph.cpp Initial commit. 2016-09-09 16:06:08 +03:00
morph.h Initial commit. 2016-09-09 16:06:08 +03:00
perlin.cpp Initial commit. 2016-09-09 16:06:08 +03:00
perlin.h Initial commit. 2016-09-09 16:06:08 +03:00
spline.cpp Initial commit. 2016-09-09 16:06:08 +03:00
spline.h Initial commit. 2016-09-09 16:06:08 +03:00
thread.cpp Initial commit. 2016-09-09 16:06:08 +03:00
thread.h Initial commit. 2016-09-09 16:06:08 +03:00
vec3d.h Initial commit. 2016-09-09 16:06:08 +03:00

README.md

atomorph

Image morphing library that uses fluid dynamics and optimal transport to produce intuitive morphs.

http://atomorph.org

AtoMorph Library uses the C++11 standard. The included Makefiles have been tested on Linux operating systems. iOS users may encounter some problems due to poor support of the C++11 standard on their system. One should try modifying the Makefile by adding -std=gnu++11 and -stdlib=libc++ compiler flags.

Build instructions:
Run make in this folder.

Example usage: See README in demo folder.

If you like this software, please consider making a donation by sending Bitcoins to 1Erich1YUdkUAp9ynf4Rfw2ug8nBtuUmMu.