https://github.com/mp3guy/surfreg
Automatic surface registration tool for ICL-NUIM datasets
https://github.com/mp3guy/surfreg
Last synced: about 1 year ago
JSON representation
Automatic surface registration tool for ICL-NUIM datasets
- Host: GitHub
- URL: https://github.com/mp3guy/surfreg
- Owner: mp3guy
- Created: 2015-03-12T11:48:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T18:19:01.000Z (over 9 years ago)
- Last Synced: 2025-03-21T22:21:49.229Z (about 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 63
- Watchers: 4
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurfReg
Automatic surface registration tool for [ICL-NUIM datasets](http://www.doc.ic.ac.uk/~ahanda/VaFRIC/iclnuim.html).
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 \
* -m \
* -t \
Run like;
```bash
./SurfReg -r reconstruction.ply -m living-room.ply -t 0
```