SpirinEgor / image_morphing

image morphing using opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

image morphing using opencv


Languages

Language:C++ 96.5%Language:CMake 3.5%