Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 381 Bytes

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.