搜索资源列表
PLYtest.rar
- 一个读取ply格式的程序,此程序对理解ply格式文件的人来说是十分合适的,Ply format of a read procedure, the procedure for understanding the person ply format is well suited to
ply-0.1
- 读取ply文件的程序,很全面,适合ascii和二进制格式-code to read ply files
Sibianxing
- 一个简单的ply读取文件,里边附了我收集的二十几个ply模型文件,希望能对大家有所帮助-a simple ply read and display file with more than 20 ply models
PLYtest
- 读取PLY文件,并显示!主要是学习使用,熟悉PLY文件的格式和OPENGL的一些简单编程!-read PLY file!
PLYtest
- 一个简单的读取ply文件的代码,从ply文件中读取各种数据并输出出来-A simple ply file to read the code, read various data from the ply file and output.
ply-1.6.tar
- 读取PLY格式文件文件头加上元素数据列表。其中文件头中以行为单位描述文件类型、格式与版本、元素类型、元素的属性等,然后就根据在文件头中所列出元素类型的顺序及其属性,依次记录各个元素的属性数据。-PLY format file to read the file header plus the element data lists. Where the file header in units descr iption file type, format and version, the eleme
rply-1.1.2.tar
- 斯坦福大学开发的三个经典3D几何模型,ply格式的,对于接触图形的朋友有很大帮助读取PLY格式文件的简单代码,简单有效,可读取文件中-Stanford University developed three classic 3D geometric model, ply format for contact pattern of friends are very helpful to read PLY format simple code, simple and effective, can re
ply
- 基于vc++的ply文件的读取和写入,实用于ASCII和binary两种-Based on the read and write vc++ ply files in ASCII and binary two kinds of practical
ply
- MATLAB读取ply文件的程序 讲ply文件转换成MATLAB可读可视文件(The program for read ply file using MATLAB)
ply2pcd
- 在PCL/c++的基础上,循环读取同一文件夹下的ply文件,并且将其转化成pcd格式文件