搜索资源列表
TestOpenGL
- 基于MFC的利用OpenGL读取obj文件格式的点云文件的程序,可以对此三维文件旋转0缩放和平移,以及进行点面转换-The use of OpenGL-based MFC obj file format to read the point cloud file program, you can file for this three-dimensional spin 0 scaling and translation, as well as point and area conversion
pcd2ply
- 很好的一个点云数据格式pcd转换成ply的方法,此为源程序,值得大家学习。-Good point cloud data format pcd convert ply method, this is the source, it is worth learning.
pcd_read_write
- 用于将点云文件与PCD格式文件进行转换,便于pcl使用-For point cloud file PCD format files and convert, easy to use pcl
Txt2Las
- 用于转换点云数据格式,txt格式转换为常见的las格式,方便处理(Used to convert point cloud data format, TXT format into a common Las format, easy to handle)
pcl
- pcl 3d 文件格式转换,点云读取与显示(PCL 3D file format conversion, point cloud reading and display)
CloudViewer-master
- CloudViewer (点云可视化软件)是一款面向三维点云数据处理、点云开发专业人员及爱好者的三维点云可视化软件,该软件具备以下功能: 点云 IO。常见点云格式文件(如 ply, pcd 和 obj)的读取、保存、删除清空及可视化。 点云的基本操作。设置点云颜色,合并多个点云,点云格式转换等。 可视化的基本操作。设置视图窗口背景颜色,设置点云的可视化尺寸,设置坐标系的显示,设置视图方位(Main view, Left view, Top view),网格面片显示,网格线框显示
点云文件读写工具源码
- 一个非常实用可以处理las文件的工具,实现多种功能,如读写las文件,分类,分块,抽稀和合并,生成边界线,生成DEM,点云高度归一化,数据格式转换和波形数据压缩等。