Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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.
Zitieren als
Alutsyah Luthfian (2026). DAVID Laserscanner Wavefront *.obj file reader, plotter, volume and surface area calculator (https://de.mathworks.com/matlabcentral/fileexchange/66275-david-laserscanner-wavefront-obj-file-reader-plotter-volume-and-surface-area-calculator), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: readObj, Volume of a surface triangulation, display_obj
Allgemeine Informationen
- Version 1.2.0.0 (3,63 MB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 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).
|
||
| 1.1.0.0 | Update in v1.1:
|
||
| 1.0.0.0 |