搜索资源列表
3dreconstruction.rar
- 该函数能完成多视图的三维重建工作,牵涉很多三维重建工作的函数,相信一定会对你有用,The file includes 3d reconstruction code
PLY_IO_Read_Write
- PLY文件的读取和写入程序:PLY文件是一个三维图形的数据存储格式,包括了三维曲面上所有采样点的坐标,以及所有采样点间的网络拓扑-A program which can read and write a PLY file
STL_DISPLAY_Display
- STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.
OperatePly
- 读写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
PLY_TO_TRI_MESH
- 一个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
OBJ_DISPLAY_Display
- OBJ文件读取程序:可以读取ASCII格式OBJ后缀的3D图形文件中的数据信息,并显示在屏幕上-a MATLAB program which gets the name of an ASCII OBJ file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen
TRI_MESH_TO_PLY
- 将三角网格表示的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
solid_reconstruction
- 该压缩文件是一个matlab编写的三维重建的示例程序-This zip file contains files that were used in the case study for image processing seminars given by The MathWorks. In brief, the code will take two images that were taken from adjacent layers of a solid wooden dow
jpg2obj
- 可以把jpg图片转换成obj三维网格文件,这样可以在三维形态下观察图像数据-Jpg images can be converted into three-dimensional grid obj file, so that patterns can be observed under the three-dimensional image data
qichemoxing
- 汽车建模的一些文件,有3D MAX的,也有MATLAB的文件-Some automotive modeling document, 3D MAX, and also the file MATLAB
matlab-implicitsurf
- 可以画出隐函数图像,当把图形表示成隐函数后,调用此函数画出图形。应把此文件与画图文件放在一个文件夹下-Implicit function can draw the image, when the graphical representation of a hidden function, call this function to draw graphics. This file should be placed in a drawing file folder
stereo-vision-in-the-matlab
- 在matlab环境下面编程,最好使用2012版本及其以上,完成利用matlab软件提供的图像处理函数来完成图像匹配,3D重建的工作。最后的效果图很好,由于是利用matlab自带的图片,所以压缩文件中无图片,直接打开m文件就可以运行!-Below programming in matlab environment, it is best to use 2012 version and above, using matlab software provides complete image proc
gear3d
- 齿轮的一个构建文件,matlab真的很厉害哈,我要好好学 -A build file gear, matlab really very powerful Ha, I must learn Blessings
Matlab
- Matlab将二维图像三维重构,把下面的代码写成m文件,运行就可以了。具体你要看到什么样的三维模型,你可以在此基础上修改。-Matlab three-dimensional reconstruction of the two-dimensional image, the following code written in m file, run it. Specifically you want to see what kind of three-dimensional model, you c
3D-Vector
- 利用matlab进行三维矢量场绘制的小程序。 There are two files with the same name (vectgui) in this archive. One is Matlab figure file and the other one is Matlab M-file. Please save them under the same directory which Matlab can access.-3 d vector field
ReadSTLACSII
- 将ACSII格式pro/E生成的STL文件读入matlab-Import Pro/E file into Matlab
nonIsotropicGaussianPSF
- 产生一个各项均匀的多维的光学点扩散函数模型的matlab m 文件-Produce a uniform multidimensional various optical point spread function model matlab m file! ! !
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
tainxian
- 读取文件,显示天线3D方向图.颜色的值是根据天线文件的值生成,而不是根据z轴生成(Read the file, show the antenna 3D direction. The value of the color is generated from the value of the antenna file, not from the Z axis)
ascread
- matlab中读取asc点云文件,形成点云数据(Read ASC point cloud file in MATLAB to form point cloud data)