FeeZhu / ICP
分别用多核和GPU实现并行ICP算法(implementation of icp by openMP and cuda)
☆46Updated 5 years ago
Alternatives and similar repositories for ICP:
Users that are interested in ICP are comparing it to the libraries listed below
- 基于PCL,分别实现了point2point,point2plane,plane2plane三种形式的icp算法。There is practice of ICP algorithm using point-to-point, point-to-plane or plane…☆49Updated 3 years ago
- PEAC(Plane Extraction using Agglomerative Clustering) is a fast plane segmentation algorithm for organized point cloud. This is a fork of…☆62Updated 7 years ago
- ☆25Updated 6 years ago
- 手写Bundle Adjustment 优化代码,当前版本是没有优化point pose的,即只优化位姿☆37Updated 4 years ago
- An implementation of paper "Automatic Online Calibration of Cameras and Lasers"☆31Updated 3 years ago
- Omnidirectional camera calibration implementation c++☆43Updated 2 years ago
- Using PCL (Point Cloud Library) to Registration Point Cloud By SAC-IA, Initial Alignment☆59Updated 7 years ago
- Implementation of some algorithms in PCL☆16Updated last year
- the pcl version of point-based line detection method☆17Updated 4 years ago
- A exercise of BA, ubuntu20, opencv4+, eigen3.3.7+☆32Updated 4 years ago
- 3D Plane fitting using RANSAC☆34Updated 5 years ago
- Icp Library featuring Point to Point, Point to Plane, ICP in Sim3 for scaling, and more to come :)☆77Updated 6 years ago
- simple GPU ransac fitting of multiple lines on 2d/3d point cloud☆27Updated 3 years ago
- point cloud registration☆76Updated 7 years ago
- 这是一个基于CUDA加速的SGM立体匹配代码,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且明显占用更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高…☆65Updated last year
- 视觉slam14讲课后作业代码和个人笔记☆37Updated 6 years ago
- point to line icp by Ceres☆9Updated 4 years ago
- [IROS 2020] CoBigICP: COrrentropy based BIdirectional Generalized ICP☆64Updated 3 years ago
- C++ implementation of camera models in SLAM, see https://blog.csdn.net/OKasy/article/details/90665534.☆67Updated 5 years ago
- Camera Laser Calibrate python version☆34Updated 3 years ago
- Implementation of the fast plane detector as described in the paper "Fast Plane Detection and Polygonalization in noisy 3D Range …☆72Updated 3 years ago
- Use g2o to optimize the camera pose. Initial guess is from EPnP.☆15Updated 5 years ago
- Implementation of Iterative Closest Point and Trimmed Iterative Closest Point algorithms.☆13Updated last year
- based on intensity☆72Updated 2 years ago
- 参考论文:Efficient Large-Scale Stereo Matching,立体匹配。☆39Updated 4 years ago
- This repo stores codes I write for fun☆19Updated last year
- ICP registration test codes for PCL 1.7☆66Updated 6 years ago
- 随机采样一致性算法,是在Ziv Yaniv的c++实现上重新实现了一次,加了中文注释,修正了一个错误。便于理解算法实现☆61Updated 6 years ago
- ☆88Updated 5 years ago
- B-SHOT : A Binary Feature Descriptor for Fast and Efficient Keypoint Matching on 3D Point Clouds☆63Updated 9 years ago