Skip to content
forked from mp3guy/SurfReg

Automatic surface registration tool for ICL-NUIM datasets

Notifications You must be signed in to change notification settings

emanuelev/SurfReg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SurfReg

Automatic surface registration tool for ICL-NUIM datasets.

Requires PCL 1.7 and Boost.

Your input reconstruction should be aligned with the position/orientation of the first frame of the sequence at the origin with the originally defined camera parameters (i.e., you must use the negative focal length). If your reconstruction's coordinate system is correctly aligned to the first frame of the sequence, automatic registration/evaluation will succeed.

Parameters:

  • -r <reconstructed point cloud in ply format>
  • -m <ground truth model file, available here>
  • -t <dataset id number (0-3), available here>

Run like;

./SurfReg -r reconstruction.ply -m living-room.ply -t 0

About

Automatic surface registration tool for ICL-NUIM datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.0%
  • CMake 5.0%