搜索资源列表
MatView45.zip
- 三维表面图形控件是建立在OpenGL基础上的控件,给定zij=f(xi,yj)离散数据,可以绘制三维表面图形。三维图形的表面可以使用不同的颜色、光照、纹理,也可以控制其绕x、y、z轴旋转,还可以通过随时间而改变控件中的数据,制作随时间变化的动态图形。三维表面图形控件包含的文件有:matview45.ocx,gl3d20.dll,CqmImg32.dll,Visdp32.dll。,Three-dimensional surface graphics control is built on the
BUNNY_Data
- 这是一个完整的斯坦福兔子的数据,Bunny.txt是数据,数据的每行分别按照x y z 的格式存储;BunnySrc.txt是将该数据赋值个数组格式;BunnyTriId.txt是在matlab中使用trimesh函数生成三角形的点序号。-This is a complete data on the Stanford rabbits, Bunny.txt is the data, respectively, each row of data in accordance with the form
Qplot
- 交互式的matlab plot绘图工具,绘制二维三维图形.-QPLOT interactive ploting program Qplot opens a standadr MATLAB figure with three options added to the menu bar: Qfile, Qoptions and Qgraph. Under Qfile you can read data files (text or Excel). Under Qoptions you can
030408
- 三维立体渲染图是地形图信息的重要组成部 分, 它反映了地形的立体形态, 模拟了地形的表面灰 度, 非常直观 [&] 。用户可以根据不同的需要, 对于同-Surfer contains three document window types: the plot document, worksheet document, and grid node editor. Maps are displayed and created in the plot document. The workshe
plywrite
- 将三维三角网格数据存为ply格式文件,输入参数为三维数据x,y,z坐标,色彩信息,三角网格下标矩阵-The data is saved in the three-dimensional triangular mesh ply format, input parameters for the three-dimensional data x, y, z coordinates, color information, the subscr ipt matrix triangular mesh
data
- 读入点云的las文件,输出x,y,z,intensity的文件(里面有测试数据,还有一个main函数,调用另外一个函数)-read point cloud as format of las,then input x,y,z,intensity
KD_tree
- K_D树,python代码,对输入的三维点云数据(x,y,z)建立K_D,并返回前序遍历结果-K_D tree, Python code K_D establish three-dimensional point cloud data (x, y, z) input, and returns the result of the previous preorder
matlab
- 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图surf,例如 surf(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。-How to read the data textread, for example, through x textread ( x_inlet.txt ) we