Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 398 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 398 Bytes

sphere2cube

Tools to convert equirectangular projection 360 panoramas in 6 faces of the cube.

Migrate from a python version.

Requirement

  • opencv2
  • cmake

Compiler and Run

Compile

mkdir build
cd build
cmake ..
make

Run

./main [Panorama Filename]

Usage

See main.cpp

TODO

  • Remove opencv2
  • Remove cmake