Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 593 Bytes

image morphing

build

git clone https://github.com/Voudy/image_morphing.git
cd image_morphing
mkdir build
cd build
cmake ..
make

run

./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)

result

links