Point_cloud_tools_for_Matlab

Various point cloud tools for Matlab
授权协议 MIT License
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 须旭
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Point cloud tools for Matlab

Documentation: http://www.geo.tuwien.ac.at/downloads/pg/pctools/pctools.html

Currently included are:

  • pointCloud class: a Matlab class to read, manipulate and write point clouds

  • globalICP class: a Matlab class to optimize the alignment of many point clouds with the ICP algorithm

alt tag

Also available on:

Please cite related papers if you use this code:

@article{glira2015a,
  title={A Correspondence Framework for ALS Strip Adjustments based on Variants of the ICP Algorithm},
  author={Glira, Philipp and Pfeifer, Norbert and Briese, Christian and Ressl, Camillo},
  journal={Photogrammetrie-Fernerkundung-Geoinformation},
  volume={2015},
  number={4},
  pages={275--289},
  year={2015},
  publisher={E. Schweizerbart'sche Verlagsbuchhandlung}
}
  • 仅仅是简单的显示点云,可以使用CloudViewer类。这个类非常简单易用。但要注意,它不是线程安全的。如果要用于多线程,还要参考PCLVisualizer。 需要注意的是,PointCloud的数据类型要和PCD文件中或者代码中的PointT一致! 简单的点云可视化,那么只需要如下几行代码: #include <pcl/visualization/cloud_viewer.h> //...

  • 写在最前边,这是对于Point cloud tools for Matlab网页的整理 https://www.geo.tuwien.ac.at/downloads/pg/pctools/pctools.html#PointCloud_class原网页 pointCloud Import of point cloud data.

相关阅读

相关文章

相关问答

相关文档