PWN2PLY

버전 1.0 (6.43 MB) 작성자: Eric Ogier
Converter from PWN format to PLY format
다운로드 수: 195
업데이트 날짜: 2016/8/7

라이선스 보기

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

Adding of a link to user manual.

Adding of new video links.
Correction of help file.