Git Product home page Git Product logo

3dminreglineintersect's Introduction

Minimal Solvers for 3D Scan Alignment With Pairs of Intersecting Lines

Andre Mateus1, Srikumar Ramalingam2, and Pedro Miraldo3

1Instituto Superior Tecnico, Lisboa
2Google Research, NYC
3Mitsubishi Electric Research Labs (MERL), Cambridge

This project provides minimal solvers for 3D registration using intersecting lines.

If you want to use solvers.cpp/hpp file, please cite:

@InProceedings{Mateus_2020_CVPR,
author = {Mateus, Andre and Ramalingam, Srikumar and Miraldo, Pedro},
title = {Minimal Solvers for 3D Scan Alignment With Pairs of Intersecting Lines},
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}

and

@article{Mateus_2023_IJCV,
  title={Fast and Accurate 3D Registration from Line Intersection Constraints},
  author={Mateus, Andr{\'e} and Ranade, Siddhant and Ramalingam, Srikumar and Miraldo, Pedro},
  journal={International Journal of Computer Vision (IJCV)},
  pages={1--26},
  year={2023}
}

For solverPoints.cpp/hpp file, please cite:

@InProceedings{Miraldo_2019_CVPR,
author = {Miraldo, Pedro and Saha, Surojit and Ramalingam, Srikumar},
title = {Minimal Solvers for Mini-Loop Closures in 3D Multi-Scan Alignment},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}

For solverLines.cpp/hpp file, please cite:

@InProceedings{henrikstewenius2005solutions,
  title={Solutions to minimal generalized relative pose problems},
  author={HenrikStew{\'e}nius, MagnusOskarsson and Astr{\"o}m, Kalle and Nist{\'e}r, David},
  year={2005},
  booktitle={OMNIVIS}
}

Build examples

We provide examples on how to use the solvers. The only dependency is Eigen3, to install it run

sudo apt-get install libeigen3-dev

Then, compile the code

cd 3DMinRegLineIntersect
mkdir build && cd build
cmake ..
make -j$(nthreads)

3dminreglineintersect's People

Contributors

mateus03 avatar pmiraldo 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.