An x86-64 processor with SSE3 instructions or better.
-
Intel C compiler, which is included in the Intel® Parallel Studio XE packages. You can download a free trial, or a full version for academic usage only, both from Intel's webpage. Alternatively, you can use the GCC compiler, by changing the CC variable in
src/Makefile
. -
OpenCV 2.4 or greater. Super easy downloading script at https://github.com/jayrambhia/Install-OpenCV.
-
JDK 7 or greater.
Run make
in the root folder. This will create a build folder with a gui.jar
file and the morph binary.
In the build folder, run java -jar gui.jar
.
Information about the morphing process can be found in informe/informe.pdf
. This document is in Spanish.