PWN2PLY

Versión 1.0 (6,43 MB) por Eric Ogier
Converter from PWN format to PLY format
195 descargas
Actualizado 7 ago 2016

Ver licencia

PWN2PLY is a GUI application dedicated to the conversion of PWN files to PLY format. The application applies an algorithm to build a mesh, recordable in PLY format (polygons, more precisely triangles), from the set of normals and points of application of a PWN file (Points With Normals). The algorithm in question extracts an isosurface from an indicator function defining the belonging to the volume to mesh. The method main idea is to calculate the indicator function from the normals in spatial frequencies domain through tridimensional FFT algorithm on the basis of the equation defining the normals field as the indicator function gradient (tridimensional vector field, gradient of a scalar field, sign depending on normals direction). Thus, the spatial indicator function calculated from the integration of the normals tridimensional Fourier transforms is injected in an isosurface extraction method to define the surface of the object. The corresponding MATLAB patch can be saved in PLY ASCII format.
Several PWN files are available in PWN subfolder:
- Incomplete_squirrel.pwn
- Low_sampling_sphere.pwn
- Stanford_bunny.pwn
- Stanford_dragon.pwn
- Torus.pwn
Video demonstrations:
https://www.youtube.com/watch?v=0BMwGlbprFI&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=13yKbaReeqw&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=V_9g5Wg8idM&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=PZw4juw4JEA&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=epLqS1R2-jA&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=ZamHE0OK1O0&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=-lCIRCSRXk0&ab_channel=Pseudonymeoriginal
User manual:
http://fr.slideshare.net/EricOgier/pwn2ply-user-manual

Citar como

Eric Ogier (2024). PWN2PLY (https://www.mathworks.com/matlabcentral/fileexchange/56709-pwn2ply), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0

Adding of a link to user manual.

Adding of new video links.
Correction of help file.