CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程 搜索资源 - ply

搜索资源列表

  1. ply文件格式源代码

    0下载:
  2. 三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:53546
    • 提供者:李飞
  1. ply.tar

    0下载:
  2. 一个ply 文件格式源码,C++文件,ply文件的导入,导出类等详细内容-ply a source file format, C + +, ply documents import, and export etc. Details
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:41111
    • 提供者:
  1. PLYPolygonFileFormat

    1下载:
  2. 一个三维ply文件格式的源码,从国外网站下载的,希望能对感兴趣的人有用处-ply a 3D file format source code, downloaded from the website abroad, in hopes of interested persons useful
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:53578
    • 提供者:宋立斌
  1. ViewPly

    3下载:
  2. 用vc++读取ply文件模型...结果用opengl显示
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:150063
    • 提供者:wangyuyin
  1. PLY_IO_Read_Write

    1下载:
  2. PLY文件的读取和写入程序:PLY文件是一个三维图形的数据存储格式,包括了三维曲面上所有采样点的坐标,以及所有采样点间的网络拓扑-A program which can read and write a PLY file
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-27
    • 文件大小:24381
    • 提供者:niuxj
  1. OperatePly

    0下载:
  2. 读写ply文件的matlab实现。Writes a mesh to a ply file and Reads a ply file (text format). ply files can be in binary format as we-Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze from Stanford University. Both
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-10
    • 文件大小:1398
    • 提供者:tc
  1. PLY_TO_TRI_MESH

    2下载:
  2. 一个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 mesh or TRI_MESH
  3. 所属分类:3D图形编程

    • 发布日期:2013-08-16
    • 文件大小:41689
    • 提供者:niuxj
  1. TRI_MESH_TO_PLY

    1下载:
  2. 将三角网格表示的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
  3. 所属分类:3D图形编程

    • 发布日期:2013-08-16
    • 文件大小:14549
    • 提供者:niuxj
  1. ply-readandwrite

    0下载:
  2. 三维显示软件,ply格式读取 来自欧洲米开朗琪罗工程,请大家给与关注-3D show software code
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-26
    • 文件大小:18351
    • 提供者:李天
  1. ply-1.1

    0下载:
  2. This tool is to read ply files. This format was developed at Stanford University.The code can read ASCII formats big-endian and little-endian byte orders.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:17685
    • 提供者:barley
  1. Deal_ply_matrix

    0下载:
  2. 读取ply三维数据时,可采用改程序对读取的矩阵数据进行的预处理,从而便于在matlab上直接使用数据.-Read ply three-dimensional data, the program can be used to change the matrix to read the data pre-processing, so as to facilitate the use of data directly in matlab.
  3. 所属分类:3D Graphic

  1. SKULL

    0下载:
  2. 人类的头骨模型,包含各种三维格式,如Ply,off,3ds,obj-Human skull model, includes a variety of 3D formats, such as Ply, off, 3ds, obj, etc.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:1070623
    • 提供者:王大川
  1. big_man

    0下载:
  2. Sample of PLY File made in Blender and exported PLY mode to be read in Open GL
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:52038
    • 提供者:chester22
  1. Src

    0下载:
  2. 在很多书上介绍的三维图形数据都是.obj,3ds格式,.dxf等格式的,真正讲解如何读取的就只有.obj格式文件的。但是我现在所做的内容,要求从.ply文件中读取初始塞维图形数据,-Are many books on the introduction of the three-dimensional graphics data. Obj, 3ds format dxf format really explain how to read only. Obj format. But I am doi
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-17
    • 文件大小:3070975
    • 提供者:yaochao
  1. readtply

    0下载:
  2. 读取带纹理的PLY文件,即有颜色的三维图像格式,将之读取出来,为n*6的矩阵。-Read textured PLY files, that is the color of the three-dimensional image format, to be read out, n* 6 of the matrix.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-17
    • 文件大小:1154
    • 提供者:布娃娃
  1. VTKline

    0下载:
  2. 可以在ply模型上面通过鼠标拾取点,并绘制经过拾取点的线。-In the ply model above through the mouse pickup point, and draw after the pick-up point line.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-19
    • 文件大小:7596
    • 提供者:周有风
  1. open

    0下载:
  2. 可以在ply模型上作出一个切口,并可以不同角度切口-Can make an incision in the ply model, and can be different incision
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-25
    • 文件大小:3161
    • 提供者:周有风
  1. Transparency

    0下载:
  2. 可以在ply模型上对自己选择区域进行透明化处理。-Can be transparent treatment of their area is selected in the ply model.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-18
    • 文件大小:2390
    • 提供者:周有风
  1. PoissonRecon

    0下载:
  2. 用于点云表面重建,基于Poisson重建算法,生成.ply文件,需要先求取点云法向量。-For point cloud surface reconstruction, reconstruction algorithm based on Poisson generate. Ply files, you need to strike a point cloud normal vector.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:108296
    • 提供者:波才
  1. meshlab

    0下载:
  2. 能够显示ply模型文件的三维显示系统,利用QT和vs2012共同显示三维图形。(A 3D display system that can display ply model files, and use QT and vs2012 to display 3D graphics together.)
  3. 所属分类:3D图形编程

    • 发布日期:2018-05-03
    • 文件大小:10572800
    • 提供者:JOKERKING
« 12 »
搜珍网 www.dssz.com