【源码】读取ASCII STL文件的STLReader

匿名 (未验证) 提交于 2019-12-02 23:42:01

读取包含顶点和面的ASCII STL文件,并将其构造为矩阵“顶点”、“颜色”和“面”。之后,使用各小模块在Matlab上建立模型。

Read ASCII STL file which contains vertexes and faces and structure it to matrixes “vertexes”, “colors” and “faces”. after that I use patch to build model on matlab.

本代码使用C++ mex函数读取STL文件,使它运行得比Matlab函数的读取速度快得多。

I used C++ mex function to read STL file so it can run much faster than read on matlab function.

本代码的运行环境为MacOS version 10.14.5,Matlab 2018a。

It was built on MacOS version 10.14.5

Matlab 2018a

完整源码下载地址:

http://page3.dfpan.com/fs/3l5ccjb2e2f19259160/

更多精彩文章请关注微信号:

文章来源: https://blog.csdn.net/weixin_42825609/article/details/91574887
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!