All Projects → ethz-asl → Robust_point_cloud_registration

ethz-asl / Robust_point_cloud_registration

Robust Point Cloud Registration Using Iterative Probabilistic Data Associations ("Robust ICP")

Projects that are alternatives of or similar to Robust point cloud registration

Unsupervisedrr
[CVPR 2021 - Oral] UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering
Stars: ✭ 43 (-87.71%)
Mutual labels:  alignment, point-cloud
Flutter page transition
This is Flutter Page Transition Package
Stars: ✭ 314 (-10.29%)
Mutual labels:  alignment
Kinectfusionlib
Implementation of the KinectFusion approach in modern C++14 and CUDA
Stars: ✭ 261 (-25.43%)
Mutual labels:  point-cloud
Deca
DECA: Detailed Expression Capture and Animation
Stars: ✭ 292 (-16.57%)
Mutual labels:  alignment
Realsr
Toward Real-World Single Image Super-Resolution: A New Benchmark and A New Model (ICCV 2019)
Stars: ✭ 282 (-19.43%)
Mutual labels:  alignment
Lidr
R package for airborne LiDAR data manipulation and visualisation for forestry application
Stars: ✭ 310 (-11.43%)
Mutual labels:  point-cloud
Pycpd
Pure Numpy Implementation of the Coherent Point Drift Algorithm
Stars: ✭ 255 (-27.14%)
Mutual labels:  point-cloud
Itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
Stars: ✭ 338 (-3.43%)
Mutual labels:  point-cloud
Fast gicp
A collection of GICP-based fast point cloud registration algorithms
Stars: ✭ 307 (-12.29%)
Mutual labels:  point-cloud
So Net
SO-Net: Self-Organizing Network for Point Cloud Analysis, CVPR2018
Stars: ✭ 297 (-15.14%)
Mutual labels:  point-cloud
Ndt omp
Multi-threaded and SSE friendly NDT algorithm
Stars: ✭ 291 (-16.86%)
Mutual labels:  point-cloud
Point Cloud Utils
A Python library for common tasks on 3D point clouds
Stars: ✭ 281 (-19.71%)
Mutual labels:  point-cloud
Approxmvbb
Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Stars: ✭ 304 (-13.14%)
Mutual labels:  point-cloud
3d cnn tensorflow
KITTI data processing and 3D CNN for Vehicle Detection
Stars: ✭ 266 (-24%)
Mutual labels:  point-cloud
Super4pcs
Efficient Global Point-cloud registration
Stars: ✭ 314 (-10.29%)
Mutual labels:  point-cloud
Splatnet
SPLATNet: Sparse Lattice Networks for Point Cloud Processing (CVPR2018)
Stars: ✭ 259 (-26%)
Mutual labels:  point-cloud
Pointnet Autoencoder
Autoencoder for Point Clouds
Stars: ✭ 291 (-16.86%)
Mutual labels:  point-cloud
Pointnet
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Stars: ✭ 3,517 (+904.86%)
Mutual labels:  point-cloud
Open3d Pointnet2 Semantic3d
Semantic3D segmentation with Open3D and PointNet++
Stars: ✭ 342 (-2.29%)
Mutual labels:  point-cloud
Pointmvsnet
Code for "Point-based Multi-view Stereo Network" (ICCV 2019 Oral) & "Visibility-aware Point-based Multi-view Stereo Network" (TPAMI)
Stars: ✭ 339 (-3.14%)
Mutual labels:  point-cloud

Iterative Probabilistic Data Association (IPDA)

Robust Point Cloud Registration Using One-To-Many Iterative Probabilistic Data Associations ("Robust ICP"). Contains wrappers for ICP, GICP, NDT as well as the source code for IPDA.

Authors

Maintainers

Getting started

Citing

The Iterative Probabilistic Data Association algorithm was introduced by the following paper:

G. Agamennoni, S. Fontana, R. Y. Siegwart and D. G. Sorrenti "Point Clouds Registration with Probabilistic Data Association", in International Conference on Intelligent Robots and Systems (IROS), 2016.

@INPROCEEDINGS{agamennoniIROS16,
   Author = {G. Agamennoni, S. Fontana, R. Y. Siegwart and D. G. Sorrenti},
   Title = {Point Clouds Registration with Probabilistic Data Association},
   Booktitle = {Proc. of The International Conference on Intelligent Robots and Systems (IROS)},
   Year = {2016}
}

The algorithm was successfully employed in the following publication:

T. Hinzmann, T. Stastny, G. Conte, P. Doherty, P. Rudol, M. Wzorek, E. Galceran, R. Siegwart, I. Gilitschenski "Collaborative 3D Reconstruction using Heterogeneous UAVs: System and Experiments", in The 15th International Symposium on Experimental Robotics (ISER), 2016.

@inproceedings{iser_2016_hinzmann,
  author    = {Timo Hinzmann and Thomas Stastny and Gianpaolo Conte and Patrick Doherty and Piotr Rudol and Marius Wzorek and Enric Galceran and Roland Siegwart and Igor Gilitschenski},
  title     = {Collaborative 3D Reconstruction using Heterogeneous UAVs: System and Experiments},
  booktitle = {Experimental Robotics - The 15th International Symposium on Experimental
               Robotics, {ISER} 2016, October 3-6, 2016, Tokyo, Japan},
  year      = {2016},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].