rteammco / integral-volume-features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integral Volume Features

This is an implementation of the algorithms introduced by

Gelfand, Natasha, et al. "Robust global registration." Symposium on geometry processing. Vol. 2. No. 3. 2005.

and

Garstka, Jens, and Gabriele Peters. "Fast and robust keypoint detection in unstructured 3-D point clouds." Informatics in Control, Automation and Robotics (ICINCO), 2015 12th International Conference on. Vol. 2. IEEE, 2015.

Build Instructions

  1. Make sure all the required tools and libraries are installed (see below).
  2. git clone https://github.com/teammcr192/integral-volume-features.git
  3. cd integral-volume-features
  4. mkdir build
  5. cd build
  6. cmake ..
  7. make
  8. ./ivfeatures

Required Tools and Libraries

The current CMakeLists.txt file only supports Linux (tested on Ubuntu 14.04) due to the current setup of the GTest library. Making it cross-platform is a TODO.

About


Languages

Language:C++ 95.2%Language:CMake 4.8%