Polygon2Voxel

Convert a triangulated mesh into a voxel volume
6,5K téléchargements
Mise à jour 20 mai 2019

Afficher la licence

Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week

This function polygon2function will convert a Triangulated Mesh into a Voxel Volume which will contain the discretized mesh.

Discretization of a polygon is done by splitting the polygon in smaller polygons, until the longest edge is smaller than 0.5 voxel, then the voxel beneath the vertice coordinates is set to one.

Note, this new version is pure Matlab (previous version required c++ compiler)

Try the example.

Bugs, successes and other comments are welcome!

Citation pour cette source

Dirk-Jan Kroon (2024). Polygon2Voxel (https://www.mathworks.com/matlabcentral/fileexchange/24086-polygon2voxel), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.8.0.0

pure Matlab (previous version required c++ compiler)

1.7.0.0

Function now also working without compiling c-code

1.6.0.0

Added boundary options

1.5.0.0

Now first index volume is 1,1,1 instead of 0,0,0, and YXZ dimensions as in Matlab convention (Thanks Yuanming SUO).

1.4.0.0

Changed output to Logicals instead of Double datatype

1.3.0.0

Small Bug fixed, for the case if all vertices are outside the volume. Only not draw the face if they are outside at the same side of the volume.

1.2.0.0

Linux Ubuntu Tested

1.1.0.0

Added center and resize options

1.0.0.0