FeeZhu / ICP
分别用多核和GPU实现并行ICP算法(implementation of icp by openMP and cuda)
☆45Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for ICP
- 基于PCL,分别实现了point2point,point2plane,plane2plane三种形式的icp算法。There is practice of ICP algorithm using point-to-point, point-to-plane or plane…☆47Updated 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 6 years ago
- the pcl version of point-based line detection method☆16Updated 4 years ago
- ☆24Updated 5 years ago
- Implementation of Iterative Closest Point and Trimmed Iterative Closest Point algorithms.☆13Updated 7 months ago
- Omnidirectional camera calibration implementation c++☆39Updated last year
- 手写Bundle Adjustment 优化代码,当前版本是没有优化point pose的,即只优化位姿☆35Updated 3 years ago
- 实现SLAM与OpenMVS对接☆61Updated 3 years ago
- ☆73Updated 6 years ago
- point cloud registration☆72Updated 6 years ago
- 随机采样一致性算法,是在Ziv Yaniv的c++实现上重新实现了一次,加了中文注释,修正了一个错误。便于理解算法实现☆56Updated 5 years ago
- point to line icp by Ceres☆10Updated 3 years ago
- 视觉slam14讲课后作业代码和个人笔记☆34Updated 5 years ago
- An implementation of paper "Automatic Online Calibration of Cameras and Lasers"☆31Updated 2 years ago
- ☆39Updated 3 years ago
- B-SHOT : A Binary Feature Descriptor for Fast and Efficient Keypoint Matching on 3D Point Clouds☆62Updated 8 years ago
- Icp Library featuring Point to Point, Point to Plane, ICP in Sim3 for scaling, and more to come :)☆76Updated 6 years ago
- Using PCL (Point Cloud Library) to Registration Point Cloud By SAC-IA, Initial Alignment☆55Updated 6 years ago
- Camera Laser Calibrate python version☆31Updated 3 years ago
- ☆78Updated 5 years ago
- 学习《三维点云分析》的课后习题代码☆76Updated 4 years ago
- [IROS 2020] CoBigICP: COrrentropy based BIdirectional Generalized ICP☆62Updated 3 years ago
- Implementation of my article "Connectivity-based Cylinder Detection in Unorganized Point Clouds"☆36Updated 9 months ago
- PointCloud Segmentaion☆16Updated 7 years ago
- ☆23Updated 6 years ago
- K+4PCS is a efficient point cloud registration algrithm especially for large amount number without initial pose guess.☆25Updated 8 years ago
- Basic algorithms for vslam.☆53Updated 4 years ago
- ☆71Updated 5 years ago
- ICP algorithm , fast and easy to use in point cloud registration☆35Updated 7 years ago
- 这是一个基于CUDA加速的SGM立体匹配代码,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且明显占用更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高…☆54Updated 6 months ago