DAVID Laserscanner Wavefront *.obj file reader, plotter, volume and surface area calculator

버전 1.2.0.0 (3.63 MB) 작성자: Alutsyah Luthfian
This is a set of a MATLAB script that I have written to help me analyze the wavefront object file
다운로드 수: 426
업데이트 날짜: 2018/3/9

라이선스 보기

A set of MATLAB scripts dedicated to read Textureless Wavefront Object (*.obj) 3d files created by DAVID Laserscanner's Shapefusion software. The output of the reader (readwObj) is a structure called "obj", in which we can found the vertices (x,y,z) coordinates, vertices' normal vector, and face descriptors. Also included a viewer (dispObj) that makes use of "patch" function in MATLAB, modified from a submission by Bernard Abayowa back in 2008. For volume and surface area calculation, you can use the "objvol" function, which uses the algorithms descibed in Graphics Gems II. While the scripts are written in MATLAB R2016a, they may be compatible with MATLAB R2014a.

인용 양식

Alutsyah Luthfian (2024). DAVID Laserscanner Wavefront *.obj file reader, plotter, volume and surface area calculator (https://www.mathworks.com/matlabcentral/fileexchange/66275-david-laserscanner-wavefront-obj-file-reader-plotter-volume-and-surface-area-calculator), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

1. Now can read obtain vertices coordinate, normal vectors, and the corresponding faces from texturized data (without parsing the texture itself).
2. dispObj now uses particle's surface distance from the centroid for the patch coloring scheme.

1.1.0.0

Update in v1.1:
1. NaN padding in unfilled part of face descriptor data, so the results of readwObj can directly be plotted using MATLAB's "patch" function.
2. Now can read *.obj file without vertex normal data.

1.0.0.0