renjiec / Image-Morphing

Automating Image Morphing using Structural Similarity on a Halfway Domain (Siggraph 2014)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Morphing
==============

Automating Image Morphing using Structural Similarity on a Halfway Domain (Siggraph 2014)


This C++ package is the implementation of the paper “Automating image morphing using structural similarity on a halfway domain”.

It has been successfully compiled in the x64 Windows with the compiler Visual Studio 2010 and the libraries listed below. 

(1)	CUDA 5.0
(2)	CUSP 0.3.0 
(3)	QT 4.8.4
(4)	OpenCV 2.4.3
(5)	Intel MKL 2013

We also provided the executable program “program.zip” under this folder.

Jing Liao

2014/05/31

About

Automating Image Morphing using Structural Similarity on a Halfway Domain (Siggraph 2014)

License:MIT License


Languages

Language:C++ 78.9%Language:Cuda 19.1%Language:CMake 1.6%Language:C 0.2%Language:QMake 0.1%Language:Makefile 0.1%