git clone https://github.com/Voudy/image_morphing.git
cd image_morphing
mkdir build
cd build
cmake ..
make
./image_morphing img1 points1 img2 points2 frames output
img*
- path to the image
points*
- path to the corresponding points in format:
x1 y1
x2 y2
frames
- number of frames (minimum 2)
output
- path to output folder (it must exist)