Skip to content
zq-chen edited this page Dec 4, 2017 · 1 revision

Welcome to the ParaPano wiki!

How to run ParaPano

To run default of stitching two images,

mkdir build
cd build
cmake ..
make
./ParaPano

The result image will be under output directory.

Clone this wiki locally