lordlycastle / Fine-To-Coarse-Registration

Implementation of the Fine-To-Coarse Registration algorithm:

Home Page:http://scanregistration.cs.princeton.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scan Registration

This is the code repository for the code for scan registration project, specifically the "Fine-to-Coarse Global Registration of RGB-D Scans". This repository contains four main parts:

  • fetregister - main application implementing algorithm described in "Fine-to-Coarse Global Registration of RGB-D Scans"
  • fetbenchmark - simple application for benchmarking results of registration algorithms (for data visit the project website).
  • gaps - general computer graphics library by Thomas Funkhouser
  • basics - visualization and utility helper library
  • sun3dsfm - modified version of code from Xiao et al.. For our purpose we only perform pairwise alignment.

Building

Provided that you have dependencies installed (see below), you should be able to simply type:

build.sh

This should build all libraries and programs and put them into bin/ folder. Moreover each of the fetregister, fetbenchmark and gaps folders contains a makefile, so they can be build separately by running:

make -C <folder_name>

You might need to edit those, if your dependencies are not installed in /usr/local/lib. Also note that by default the code builds in window-less mode. To enable visualization and window support in fetregister run:

make -C fetregister USE_WINDOW=1

This code has been tested on both MacOs (Sierra) and Linux (Springdatle Linux 7). We have not tested the code on Windows, however we expect compiling this code using Cygwin should not be hard.

Dependencies

  • glfw3 (windowing)
  • glew (opengl extension loading)

Running registration

For description on how to run registration algorithm, please go to fetregister.

Running benchmark

For description on how to run benchmark, please go to fetbenchmark.

Citing

If you use this code or benchmark, please cite our work:

@article{HalberF2C17,
  title     = {Fine-To-Coarse Global Registration of RGB-D Scans},
  author    = {Maciej Halber and Thomas Funkhouser},
  booktitle = {CVPR}, 
  year      = {2017} 
}

About

Implementation of the Fine-To-Coarse Registration algorithm:

http://scanregistration.cs.princeton.edu

License:MIT License


Languages

Language:C 56.3%Language:C++ 35.3%Language:MATLAB 4.4%Language:HTML 1.2%Language:Objective-C 1.0%Language:Makefile 0.7%Language:Python 0.6%Language:CSS 0.3%Language:Roff 0.1%Language:Clean 0.1%Language:TeX 0.0%Language:Shell 0.0%Language:Awk 0.0%Language:M 0.0%