Skip to content

jadarve/spherepix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spherepix

A data structure for processing spherical images.

@Article{2017_Adarve_RAL,
  Title                    = {Spherepix: A Data Structure for Spherical Image Processing},
  Author                   = {J. D. Adarve and R. Mahony},
  Journal                  = {IEEE Robotics and Automation Letters},
  Year                     = {2017}
}

Build and Installation

Dependencies

Build (Linux)

git clone https://github.com/jadarve/spherepix
cd spherepix
mkdir build
cd build
cmake ..
make
sudo make install 

The library and header files will be installed at /usr/local/lib and /usr/local/include respectively.

Python Wrappers

A python package with wrappers to the C++ library is available at spherepix/python/ folder. The wrappers have been developed and build using Cython 0.23.4.

cd spherepix/python/
python setup.py build
sudo python setup.py install

About

A data structure for processing spherical images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published