Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pointnet | 3,907 | 6 months ago | 174 | other | Python | |||||
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation | ||||||||||
Awesome Point Cloud Analysis | 3,171 | a year ago | 1 | |||||||
A list of papers and datasets about point cloud analysis (processing) | ||||||||||
Cloudcompare | 2,617 | 3 days ago | 177 | other | C++ | |||||
CloudCompare main repository | ||||||||||
3d Pointcloud | 1,374 | 5 days ago | 2 | Python | ||||||
Papers and Datasets about Point Cloud. | ||||||||||
Votenet | 1,357 | a year ago | 71 | mit | Python | |||||
Deep Hough Voting for 3D Object Detection in Point Clouds | ||||||||||
Polyscope | 1,336 | 2 days ago | 75 | mit | C++ | |||||
A C++ & Python viewer for 3D data like meshes and point clouds | ||||||||||
Pyntcloud | 1,223 | 8 | 2 months ago | 11 | May 27, 2022 | 49 | mit | Python | ||
pyntcloud is a Python library for working with 3D point clouds. | ||||||||||
Pcl Learning | 957 | 7 days ago | 1 | mit | C++ | |||||
🔥PCL(Point Cloud Library)点云库学习记录 | ||||||||||
Easy3d | 938 | 21 days ago | 6 | gpl-3.0 | C++ | |||||
A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data | ||||||||||
3d Shape Analysis Paper List | 818 | 11 days ago | 2 | Python | ||||||
A list of recent papers, libraries and datasets about 3D shape/scene analysis (by topics, updating). |
PCL(Point Cloud Library)点云库 个人开发环境:Ubuntu18.04
墙裂建议先看下:PCL(Point Cloud Library)学习指南&资料推荐
PCL学习入门指南&代码实践(最新版)入门视频: https://www.bilibili.com/video/BV1HS4y1y7AB
代码对应系列笔记:PCL(Point Cloud Library)学习记录(2023)
PCL微信交流群二维码每周都更新一次,请关注公众号【双愚】后台回复PCL加群
相关项目实战:
@双愚 , 若fork或star请注明来源
- 点云数据的处理可以采用获得广泛应用的Point Cloud Library (点云库,PCL库)。
- PCL库是一个最初发布于2013年的开源C++库。它实现了大量点云相关的通用算法和高效的数据管理。
- 支持多种操作系统平台,可在Windows、Linux、Android、Mac OS X、部分嵌入式实时系统上运行。如果说OpenCV是2D信息获取与处理的技术结晶,那么PCL在3D信息获取与处理上,就与OpenCV具有同等地位
- PCL是BSD授权方式,可以免费进行商业和学术应用。
Tips:
make -j
(-j 自动多线程, -j4 四线程)*建议必学
mkdir build
cd build
cmake .. // 对上一级进行编译
make // 生成可执行文件命令
./executedemo // 运行可执行文件
不理解的地方,欢迎提issue: https://github.com/HuangCongQing/pcl-learning/issues
入门资料:
链接:https://pan.baidu.com/s/1ziq8s_kj5QpM8eXO_d6RJg
提取码:g6ny
代码实践资料:
If you find this project useful in your research, please consider cite:
@misc{pcl-learning2020,
title={A Complete Study Guide on How to Learn PCL (Point Cloud Library).},
author={Chongqing, Huang},
howpublished = {\url{https://github.com/HuangCongQing/pcl-learning}},
year={2020}
}
微信公众号:【双愚】(huang_chongqing) 聊科研技术,谈人生思考,欢迎关注~
往期推荐:
Copyright (c) 双愚. All rights reserved.
Licensed under the MIT License.
最后,如果您想要支持我的工作,请扫描下面的二维码