Mesh voxelisation

Voxelise a triangular-polygon mesh.

Télécharger
Télécharger

Vous suivez désormais cette soumission

Citation pour cette source

Adam Aitkenhead (2026). Mesh voxelisation (https://fr.mathworks.com/matlabcentral/fileexchange/27390-mesh-voxelisation), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.20.0

Added a missing sub-function

Télécharger
1.19.0

Added checking of ray/vertex intersections, which reduces artefacts in situations where the mesh vertices are located directly on ray paths in the voxelisation grid.

Télécharger
1.18.0

Minor edits to the documentation

Télécharger
1.17.0

Improved method of finding which mesh facets can possibly be crossed by each ray. Up to 80% reduction in run-time.

Télécharger
1.16.0

Include the utility CONVERT_meshformat.m, which enables the vertex coordinates to be converted from an Nx3x3 array to faces,vertices info. Ie.
[faces,vertices] = CONVERT_meshformat(coordVERTICES)

Télécharger
1.15.0

Fixed bug in automatic grid generation.

Télécharger
1.14.0

Changed handling of automatic grid generation to reduce chance of artefacts.

Télécharger
1.12.0

The grid no longer has to entirely enclose the mesh.

Télécharger
1.11.0

Allow input to be a structure containing [faces,vertices] data, similar to the type of structure output by isosurface.

Télécharger
1.10.0

And another minor bug fix.

Télécharger
1.9.0

Bug fix.

Télécharger
1.8.0

Enable ray-tracing in any combination of the x,y,z directions.

Télécharger
1.7.0

Improved the automatic detection of binary and ascii STL files.

Télécharger
1.6.0

Fixed a bug introduced by the change to a logical output array.

Télécharger
1.5.0

Output is now a logical array, improving the meory efficiency.

Télécharger
1.4.0

Provided a clearer example of how to use the code.

Télécharger
1.3.0

Now optionally output the grid x,y,z coordinates. Robustness also improved.

Télécharger
1.2.0

Now also works with non-STL input. Changes also provide a significant speed improvement.

Télécharger
1.1.0

Fixed a bug which caused artifacts to appear for some STLs.

Télécharger
1.0.0

Télécharger