搜索资源列表
三维等高线绘制
- 可以由三维数据绘制二维或三维等高图。~~~~~~~~~
利用OpenGL实现三维地形
- 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
opengl
- 利用Opengl设定MFC的视图环境,三维显示三维数据,处理大量点云数据的显示旋转、平移、缩放等-very good
NVISERTControl
- 三维数据体显示控件(带demo数据文件:3dqf.dat)- The three dimensional data body demonstrated controls (to bring the demo data file: 3dqf.dat)
3dsopengl
- 很多做三维重建的开发人员都需要读取三维数据,这个程序实现了读取三维数据文件(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
rrdtoo
- 这是一个画图工具,只要有三维数据,就可以画直方图和曲线图-This is a drawing tool, as long as there is three-dimensional data, we can draw histogram and curves
3dsMFCRender
- 基于MFC的三维数据文件(3d MAX 或者CAD等导出)读取和渲染程序源代码.-Code for 3D data loading and display based on MFC.
cxzx
- 本软件采用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
用OPENGL+MFC编的三维地形
- 用OPENGL+MFC编的三维地形,可以构建TIN,旋转,平移,还加了纹理贴图,有数据。-OPENGL+ MFC series with three-dimensional terrain, you can build TIN, rotation, translation, has added texture, there are data.
SceneVisulization
- 类似office2007的界面风格,自定义设计炫丽的工具按钮(实现ArcSence中常用按钮功能),利用ArcEngine提供的SceneControl和相应的接口实现三维数据加载、显示、浏览、分析等功能,如坡度分析、通视分析剖面图绘制、自动生成等高线等。 -Office2007 interface similar style, custom-designed fancy tool button (the button functions commonly used to achieve Arc
surf和mesh创建 的三维图
- surf和mesh创建 的三维图。 1. 请对 画出 和 的数据变化范围从 到 的曲面图形, 2 增加一些坐标轴信息,如标题、三个坐标轴的标签等信息。(Surf and mesh create three-dimensional drawings.)
基于MATLAB的血管三维重建
- 编制通用 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
hist
- 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
第十二章_三维模式下数据编辑功能实现
- 介绍arcglobe、arcscene三维数据的浏览编辑等操作(The operation of browsing and editing 3D data of arcglobe and ArcScene is introduced)
三维矩阵转二维
- 在mmatlab中将多波段的遥感图像(三维矩阵数据)转换成二维数据,与求邻域(convert the 3D image data into the 2D data in the matlab)
三线性分解程序-吴海龙
- 本文件夹包含两个三维数据阵分解的算法:交替三线性分解(Alternating trilinear decomposition)和平行因子分析(Parallel factor analysis)。内含各种编程技巧,望细细体会,加以推广。(Three the linear decomposition procedure is suitable for multidimensional data decomposition such as three-dimensional fluorescence
11.2
- ArcGIS中三维数据有3D要素数据和表面数据两种形式。 3D要素数据用来表示离散的对象,每个对象的信息都存储在要素的几何和属性中。 3D要素数据又分为三维点数据、三维线数据和多面体(MultiPatch)数据。 多面体数据根据组成方式的不同又分为Triangle Strip、Triangle Fan和Ring三种类型。 ? 此为ArcEngine开发中三维数据模型源代码。(Three-dimensional data in ArcGIS has two forms: 3D element
蚁群算法进行三维路径规划
- 在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.)
surf
- 从文件读取三维数据,绘制三维表面形貌图,并根据实际数据插值,平滑处理(Read three-dimensional data and draw three-dimensional surface topography)
三维高斯滤波程序
- 对三维数据进行滤波的高斯滤波程序,主要是低通滤波,精度较高(Gauss filtering program for filtering 3D data, mainly low-pass filtering, with high accuracy)