搜索资源列表
gridfit.rar
- 用MATLAB.实现3维数据立体图,是拟合的图形。,Using MATLAB. The realization of 3-D three-dimensional map data is the fitting graphics.
PLY_IO_Read_Write
- PLY文件的读取和写入程序:PLY文件是一个三维图形的数据存储格式,包括了三维曲面上所有采样点的坐标,以及所有采样点间的网络拓扑-A program which can read and write a PLY file
delaunayn
- 用delaunary算法实现数据的三角网格划分-It is an Algorithm of delaunary for Triangular mesh of data
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.
CT
- 图像反投影重建算法,利用CT采集的数据在进行R_L_滤波后进行反投影得到检测图像。-Image reconstruction algorithm, using the projection of the data collected on CT after R_L_ filter back-projection get detection images.
tri_mesh_loop
- 含多个经典的三维造型数据,如茶壶和兔子. 同时含loop曲面细分的matlab源程序. 是不可多得的好资料.-Containing more than the classic three-dimensional modeling data, such as teapots and rabbits. At the same time with the matlab source loop subdivision surfaces. Is a rare good info
sicktoolbox
- 提供激光雷达点云数据的读取,滤波及分类功能-LIDAR point cloud data available to read, filter and sorting functions
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
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
Deal_ply_matrix
- 读取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.
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
PointCloud3DReconstruction
- 实现了点云的三维网格化重建,并附上了些测试点云数据-Realized three-dimensional grid point cloud reconstruction, along with some test point cloud data
OSCaR
- OSCaR是一个锥形束CT(容积CT)重建算法,为AAPM开发的一个开源matlab gui代码,其投影数据需要到官方网站下载。也可以使用varian或者医科达的cone beam ct 投影进行重建。- OSCaR is a code about the reconstruction of cone beam CT, it is GUI,and very friendly。
texture-fenxi--matlab
- 关于纹理贴图实例 以及有一些对纹理的数据分析 和实验-About texture mapping examples and have some texture data analysis and experimental
matlab
- 使用matlab实现三维建模源码,效果非常好,可以用于三维点云数据的建模-Three-dimensional modeling using MATLAB
stlread-matlab
- stl的MATLAB读取与显示,带有数据模型及MATLAB代码,测试可用-reading the stl model in MATLAB
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
read_point_cloud
- 现在越来越多的人使用三维点云数据,但刚开始时,点云数据在MATLAB上如何处理还是难题,因此,这个简短的MATLAB主要写了如何读取三维点云数据。(Read 3D point cloud data)
denoise
- 可以在MATLAB中对三维点云数据进行中值滤波。(The median filtering of 3D point cloud data can be carried out.)
ascread
- matlab中读取asc点云文件,形成点云数据(Read ASC point cloud file in MATLAB to form point cloud data)