Skip to content

rteammco/integral-volume-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published