Code Monkey home page Code Monkey logo

why-scholar / fine-to-coarse-registration Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mhalber/fine-to-coarse-registration

0.0 2.0 0.0 5.64 MB

Implementation of the Fine-To-Coarse Registration algorithm:

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

License: MIT License

C++ 35.20% C 57.20% Shell 0.02% Makefile 0.67% HTML 1.22% Awk 0.01% Objective-C 0.17% MATLAB 4.41% M 0.01% CSS 0.27% Python 0.62% Clean 0.06% TeX 0.05% Roff 0.09%

fine-to-coarse-registration's Introduction

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 form 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} 
}

fine-to-coarse-registration's People

Contributors

mhalber avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.