CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三维数据

搜索资源列表

  1. 三维等高线绘制

    1下载:
  2. 可以由三维数据绘制二维或三维等高图。~~~~~~~~~
  3. 所属分类:3D图形编程

    • 发布日期:2009-07-13
    • 文件大小:1902896
    • 提供者:animal208
  1. 利用OpenGL实现三维地形

    1下载:
  2. 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-22
    • 文件大小:82362
    • 提供者:周倩倩
  1. opengl

    2下载:
  2. 利用Opengl设定MFC的视图环境,三维显示三维数据,处理大量点云数据的显示旋转、平移、缩放等-very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-17
    • 文件大小:86589
    • 提供者:sdfsd
  1. NVISERTControl

    0下载:
  2. 三维数据体显示控件(带demo数据文件:3dqf.dat)- The three dimensional data body demonstrated controls (to bring the demo data file: 3dqf.dat)
  3. 所属分类:Graph program

    • 发布日期:2017-11-18
    • 文件大小:4330554
    • 提供者:
  1. 3dsopengl

    0下载:
  2. 很多做三维重建的开发人员都需要读取三维数据,这个程序实现了读取三维数据文件(stl文件)的函数,并用opengl-Do a lot of three-dimensional reconstruction of the developers need to read three-dimensional data, this procedure has to read three-dimensional data file (stl files) function, and opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3128764
    • 提供者:maxiansheng
  1. rrdtoo

    0下载:
  2. 这是一个画图工具,只要有三维数据,就可以画直方图和曲线图-This is a drawing tool, as long as there is three-dimensional data, we can draw histogram and curves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1538086
    • 提供者:agg
  1. 3dsMFCRender

    0下载:
  2. 基于MFC的三维数据文件(3d MAX 或者CAD等导出)读取和渲染程序源代码.-Code for 3D data loading and display based on MFC.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:690081
    • 提供者:davislou
  1. cxzx

    1下载:
  2. 本软件采用VC++/OpenGL开发环境,对3ds格式的三维数据模型进行读入与处理(旋转、缩放和平移,提供不同的图元浏览模式,骨架的提取等等)-The software using VC++/OpenGL development environment, on the 3ds format, read into the three-dimensional data model and processing (rotation, scaling and translation, provide d
  3. 所属分类:Graph program

    • 发布日期:2015-04-26
    • 文件大小:14867457
    • 提供者:upctanker
  1. 用OPENGL+MFC编的三维地形

    2下载:
  2. 用OPENGL+MFC编的三维地形,可以构建TIN,旋转,平移,还加了纹理贴图,有数据。-OPENGL+ MFC series with three-dimensional terrain, you can build TIN, rotation, translation, has added texture, there are data.
  3. 所属分类:OpenGL

    • 发布日期:2013-07-01
    • 文件大小:4250138
    • 提供者:王斌
  1. SceneVisulization

    0下载:
  2. 类似office2007的界面风格,自定义设计炫丽的工具按钮(实现ArcSence中常用按钮功能),利用ArcEngine提供的SceneControl和相应的接口实现三维数据加载、显示、浏览、分析等功能,如坡度分析、通视分析剖面图绘制、自动生成等高线等。 -Office2007 interface similar style, custom-designed fancy tool button (the button functions commonly used to achieve Arc
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1713846
    • 提供者:刘亮
  1. surf和mesh创建 的三维图

    0下载:
  2. surf和mesh创建 的三维图。 1. 请对 画出 和 的数据变化范围从 到 的曲面图形, 2 增加一些坐标轴信息,如标题、三个坐标轴的标签等信息。(Surf and mesh create three-dimensional drawings.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:418816
    • 提供者:Lyndsay
  1. 基于MATLAB的血管三维重建

    1下载:
  2. 编制通用 M程序包实现从数据采集到模型渲染的全程自 动计算. 最后应用给出的方法完成了对 100张序列切片图像的计算机三维重建.(The general M package is compiled to realize the whole process from data acquisition to model rendering Finally, the 3D reconstruction of 100 slice images is completed by using the me
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:350208
    • 提供者:Rinvay
  1. hist

    0下载:
  2. i_tmp=int32((x(i)-minx)/xfd)+1; j_tmp=int32((y(i)-miny)/yfd)+1; z_tmp=int32((z(i)-minz)/zfd)+1; cntxy=tjxy(i_tmp,j_tmp ); cntxz=tjxz(i_tmp,z_tmp ); cntyz=tjyz(j_tmp,z_tmp ); cntxyz=tjxyz(i_tmp,j_tmp,z_tmp ); tjxy
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:29696
    • 提供者:fpz
  1. 第十二章_三维模式下数据编辑功能实现

    0下载:
  2. 介绍arcglobe、arcscene三维数据的浏览编辑等操作(The operation of browsing and editing 3D data of arcglobe and ArcScene is introduced)
  3. 所属分类:GIS编程

    • 发布日期:2018-01-05
    • 文件大小:661504
    • 提供者:xiaocaiyidie
  1. 三维矩阵转二维

    1下载:
  2. 在mmatlab中将多波段的遥感图像(三维矩阵数据)转换成二维数据,与求邻域(convert the 3D image data into the 2D data in the matlab)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:982016
    • 提供者:lastdance
  1. 三线性分解程序-吴海龙

    10下载:
  2. 本文件夹包含两个三维数据阵分解的算法:交替三线性分解(Alternating trilinear decomposition)和平行因子分析(Parallel factor analysis)。内含各种编程技巧,望细细体会,加以推广。(Three the linear decomposition procedure is suitable for multidimensional data decomposition such as three-dimensional fluorescence
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:18432
    • 提供者:Erin0910
  1. 11.2

    1下载:
  2. ArcGIS中三维数据有3D要素数据和表面数据两种形式。 3D要素数据用来表示离散的对象,每个对象的信息都存储在要素的几何和属性中。 3D要素数据又分为三维点数据、三维线数据和多面体(MultiPatch)数据。 多面体数据根据组成方式的不同又分为Triangle Strip、Triangle Fan和Ring三种类型。 ? 此为ArcEngine开发中三维数据模型源代码。(Three-dimensional data in ArcGIS has two forms: 3D element
  3. 所属分类:GIS编程

    • 发布日期:2020-05-05
    • 文件大小:1213440
    • 提供者:上官丶婉儿
  1. 蚁群算法进行三维路径规划

    7下载:
  2. 在MATLAB中用一群算法实现三维路径规划的代码,可以运行,自己修改地图数据即可达到自己的需求(Using a group of algorithms to realize three-dimensional path planning code in MATLAB, it can run and modify map data to meet its own needs.)
  3. 所属分类:Windows编程

    • 发布日期:2019-09-20
    • 文件大小:6144
    • 提供者:hopfiled
  1. surf

    1下载:
  2. 从文件读取三维数据,绘制三维表面形貌图,并根据实际数据插值,平滑处理(Read three-dimensional data and draw three-dimensional surface topography)
  3. 所属分类:其他

    • 发布日期:2020-05-08
    • 文件大小:1024
    • 提供者:kenanyoung
  1. 三维高斯滤波程序

    2下载:
  2. 对三维数据进行滤波的高斯滤波程序,主要是低通滤波,精度较高(Gauss filtering program for filtering 3D data, mainly low-pass filtering, with high accuracy)
  3. 所属分类:图形图像处理

    • 发布日期:2021-01-13
    • 文件大小:16384
    • 提供者:liumaomao
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com