Skip to content

Implementation of NDT-6D method for registration of color point clouds

Notifications You must be signed in to change notification settings

hgupta01/ndt-6d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndt-6d

Implementation of NDT-6D method for registration of color point clouds

dependencies: 1. OpenCV >=3 2. PCL 3. Flann 4. Ceres 5. Eigen 3.3.4 (compatible with Ceres old and new) 6. Yaml-cpp

Steps to running the code: 1. create build director inside ndt-6d folder (mkdir build && cd build) 2. run 'cmake ..' 3. run 'make' to create the executable 4. set the path to images in config.yaml 5. run './main' to visualize the registration

About

Implementation of NDT-6D method for registration of color point clouds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published