当前位置:
首页 资源下载
搜索资源 - matlab read obj file
搜索资源列表
-
1下载:
这个Matlab程序,可以从.OBJ文件中读取三维模型,并转换成单元体表示。同时提供了一个绘图plot函数,来可视化三维物体。
,The Matlab program can be. OBJ file to read three-dimensional model, and converted into cell precursors express. At the same time provides a mapping function plot to visualization of t
-
-
0下载:
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
-
-
0下载:
可以读取obj格式的文件到matlab空间中,obj格式的文件中,只能包含点和面的信息-Obj file format can be read into matlab space, obj file format, can contain only the information points and surfaces
-
-
0下载:
这个Matlab程序,可以从.OBJ文件中读取三维模型,可以在matlab上画出图形-The Matlab program, you can read from a three-dimensional model. OBJ file, you can draw graphics on matlab
-
-
6下载:
matlab读取和显示obj格式的三维模型文件,经验证效果很好。-Matlab to read and display the 3D model file in obj format, and proved the effect is very good.
-
-
0下载:
读取obj 3D文件
来源于GitHub,开源项目-Read and Write Wavefront OBJ geometry and MTL files.
The function read_wobj allow Wavefront object files including material MTL files to be read into a Matlab structure. The function write_wobj exports a Matlab structure
-
-
0下载:
matlab 读取显示 .obj 图形文件 -matlab read and show the .obj file
-
-
0下载:
matlab读入obj文件为matlab结构体-matlab read obj file
-
-
2下载:
三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。
matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标
“三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模
-