搜索资源列表
ply2vri-1.1
- 三维模型格式转换代码,PLY转换成VRI.图形图像处理者有一定参考价值.-Three-dimensional model of format conversion code, PLY converted to VRI. Those who deal with graphics images have a certain reference value.
PLY_TO_TRI_MESH
- 一个Matlab程序,可以将一个PLY文件格式的多边形网格取面转换成一对数组表示的三角形网格曲面-PLY_TO_TRI_MESH:a MATLAB program which reads data from a PLY file describing a polygonal mesh of a 3D surface,and converts it to a pair of arrays describing a triangular m
TRI_MESH_TO_PLY
- 将三角网格表示的3D曲面转换成一个PLY格式的文件-a MATLAB program which converts data describing a triangular mesh of a 3D surface, and reformats it into a data structure suitable for storage as a PLY file
ply-1.1
- 米开朗琪罗工程,3D格式文件ply的转换源代码,请给以参考-Michelangelo Project, 3D format conversion ply source code, please give reference
JMeshLib
- JMeshLib程序主要针对流形三角网格进行优化,以边为结构数据对三维立体表面数据进行法矢一致性转换、孔洞检查、噪声监测以及剔除退化三角形等功能。-JMeshLib provides a fr a mework to work with manifold triangle meshes. It implements an edge-based data structure with all its fundamental fun
bunny
- 斯坦福的兔子就不用多介绍了,做三维图像的都知道。VTK是科学可视化工具箱的简称,知道的人也不少。压缩包中的内容除了包括Stanford bunny的原始数据外还包括自己写的两个shell脚本,分别在bunny_data和bunny_reconstruction目录。用途是将ply文件转换成VTK使用的polydata的vtk格式文件。虽然VTK中有vtkPLYReader这样IO类,但是用shell实现不失为一种简便的方法。也可以she
pcd2ply
- 很好的一个点云数据格式pcd转换成ply的方法,此为源程序,值得大家学习。-Good point cloud data format pcd convert ply method, this is the source, it is worth learning.
exercise-1
- 此工程实现PLY与OFF两种三角网格文件之间的自由转换,运行速度相当可观。-This project to achieve the conversion between the two kinds of triangular mesh file PLY and OFF
ply2pcd
- 点云数据转换文件。可以将PCL转换为PLY文件,反之亦然。其中用到了点云库PCL的代码。-Point cloud data file conversion. PCL can convert PLY files, and vice versa. Which uses a point cloud library PCL code.
range
- 用于ply格式文件ascii与binary编码互相转换-ASCII and binary encoding used to ply file format conversion to each other
mjqxu
- 用于ply格式文件ascii与binary编码互相转换-ASCII and binary encoding used to ply file format conversion to each other
mravfmse
- 用于ply格式文件ascii与binary编码互相转换-ASCII and binary encoding used to ply file format conversion to each other
PLY_OFF_Converter
- ply格式转换为off格式,以及off格式转换为ply格式-Ply u683C u5F0F u8F6C u6362 u4E3Aoff u683C u5F0F uFF0C u4EE5 u53CAoff u683C u5F0F u8F6C u6362 u4E3Aply u683C u5F0F
gosversion
- 用于ply格式文件ascii与binary编码互相转换(ASCII and binary encoding used to ply file format conversion to each other)
pcd2ply
- 此函数的功能主要是为了实现点云数据文件之间的相互转化,由.ply文件转化为.pcd文件 需要用cmake编译一下才能使用 cmaklists以及源代码已经放在压缩包里了(transfer .ply to .pcd)
27324036
- 用于ply格式文件ascii与binary编码互相转换()
tompagisonfile
- 用于ply格式文件ascii与binary编码互相转换()
ply
- MATLAB读取ply文件的程序 讲ply文件转换成MATLAB可读可视文件(The program for read ply file using MATLAB)
CloudViewer-master
- CloudViewer (点云可视化软件)是一款面向三维点云数据处理、点云开发专业人员及爱好者的三维点云可视化软件,该软件具备以下功能: 点云 IO。常见点云格式文件(如 ply, pcd 和 obj)的读取、保存、删除清空及可视化。 点云的基本操作。设置点云颜色,合并多个点云,点云格式转换等。 可视化的基本操作。设置视图窗口背景颜色,设置点云的可视化尺寸,设置坐标系的显示,设置视图方位(Main view, Left
ply2vri
- 将ply文件转换为《Filling holes in complex surfaces using volumetric diffusion》项目中所使用的的 .vri文件格式,windows版本可执行文件