Pcl Learning

🔥PCL(Point Cloud Library)点云库学习记录
Alternatives To Pcl Learning
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pointnet3,907
6 months ago174otherPython
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Awesome Point Cloud Analysis3,171
a year ago1
A list of papers and datasets about point cloud analysis (processing)
Cloudcompare2,617
3 days ago177otherC++
CloudCompare main repository
3d Pointcloud1,374
5 days ago2Python
Papers and Datasets about Point Cloud.
Votenet1,357
a year ago71mitPython
Deep Hough Voting for 3D Object Detection in Point Clouds
Polyscope1,336
2 days ago75mitC++
A C++ & Python viewer for 3D data like meshes and point clouds
Pyntcloud1,22382 months ago11May 27, 202249mitPython
pyntcloud is a Python library for working with 3D point clouds.
Pcl Learning957
7 days ago1mitC++
🔥PCL(Point Cloud Library)点云库学习记录
Easy3d938
21 days ago6gpl-3.0C++
A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
3d Shape Analysis Paper List818
11 days ago2Python
A list of recent papers, libraries and datasets about 3D shape/scene analysis (by topics, updating).
Alternatives To Pcl Learning
Select To Compare


Alternative Project Comparisons
Readme

pcl

GitHub stars GitHub forks visitors

PCL(Point Cloud Library)点云库 个人开发环境:Ubuntu18.04

墙裂建议先看下:PCL(Point Cloud Library)学习指南&资料推荐

PCL学习入门指南&代码实践(最新版)入门视频: https://www.bilibili.com/video/BV1HS4y1y7AB

代码对应系列笔记:PCL(Point Cloud Library)学习记录(2023)

PCL微信交流群二维码每周都更新一次,请关注公众号【双愚】后台回复PCL加群

image

相关项目实战:

@双愚 , 若fork或star请注明来源

  • 点云数据的处理可以采用获得广泛应用的Point Cloud Library (点云库,PCL库)。
  • PCL库是一个最初发布于2013年的开源C++库。它实现了大量点云相关的通用算法和高效的数据管理。
  • 支持多种操作系统平台,可在Windows、Linux、Android、Mac OS X、部分嵌入式实时系统上运行。如果说OpenCV是2D信息获取与处理的技术结晶,那么PCL在3D信息获取与处理上,就与OpenCV具有同等地位
  • PCL是BSD授权方式,可以免费进行商业和学术应用。

Tips:

  • ubuntu下使用PCL,需要写CMakeLists.txt文件,然后编译才可以生成可执行文件.
  • 可执行文件在build文件夹下,所以运行可执行文件时,后面添加参数的pcd文件,应放在build文件夹下才能获取到。(注意文件路径)
  • make -j (-j 自动多线程, -j4 四线程)

目录contents

*建议必学

step1
step2
step3(must)
step4(根据个人需要)

编译过程

mkdir build
cd build
cmake .. // 对上一级进行编译
make  // 生成可执行文件命令
./executedemo  // 运行可执行文件

实战项目

不理解的地方,欢迎提issue: https://github.com/HuangCongQing/pcl-learning/issues

相关链接

入门资料:

链接:https://pan.baidu.com/s/1ziq8s_kj5QpM8eXO_d6RJg
提取码:g6ny

代码实践资料:

Citation

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) 聊科研技术,谈人生思考,欢迎关注~

image

往期推荐:

  1. 本文不提供职业建议,却能助你一生
  2. 聊聊我们大学生面试
  3. 清华大学刘知远:好的研究方法从哪来

License

Copyright (c) 双愚. All rights reserved.

Licensed under the MIT License.

最后,如果您想要支持我的工作,请扫描下面的二维码

image

Popular Cloud Computing Projects
Popular 3d Graphics Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Cloud
3d
Ros
Consensus
Bilibili
Pcl
Self Driving Car
3d Reconstruction