yuzlee / warping_resize

A re-implementation of the paper `Rectangling Panoramic Images via Warping`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warping Resize

Introduction

A re-implementation of the paper Rectangling Panoramic Images via Warping

Dependencies

  • OpenCV 3
  • Eigen 3

Compile

mdkir build
cd build
cmake ..
make
  • If you are working with Windows, the script build.ps1 would be useful.

  • You should set the right location for OpenCV and Eigen in CMakeLists.txt firstly.

About

A re-implementation of the paper `Rectangling Panoramic Images via Warping`


Languages

Language:C++ 98.1%Language:CMake 1.6%Language:PowerShell 0.3%