view morphing algorithm implementation of [sigg96] by Steven M. Seitz.
http://www.cs.cmu.edu/~seitz/papers/sigg96.pdf
https://github.com/zongwave/viewmorphing.git
cd viewmorphing && make
./run_freeview.sh minion_1.jpg minion_2.jpg 8
--input input image(JPEG/PNG/BMP/YUV/NV12)
--output output image(JPEG/PNG/BMP/YUV/NV12/MP4)
--save save output images
--interp-count optional, interpolation frame count: 2
--in-w optional, input width, default: 1280
--in-h optional, input height, default: 800
--out-w optional, output width, default: 1920
--out-h optional, output height, default: 640
--continuous optional, continuous output image(YUV/NV12/MP4)