3D voxelizer

Provides functionality to convert a 3D object to voxel representation.
6,5K descargas
Actualizado 27 ago 2008

Ver licencia

This package provides functionalities for loading 3D models from .OBJ files and convert them to a voxel representation. The space is divided in a discrete grid, and the grid cells which intersect the given object are marked as occupied. The occupied cells then form the voxel representation of the object. A plot function is also included to allow visualization of the voxel representation.

Citar como

Carlos Martinez-Ortiz (2024). 3D voxelizer (https://www.mathworks.com/matlabcentral/fileexchange/21044-3d-voxelizer), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y MATLAB Answers.

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.0.0

Fixes bug reported by Jichao Zhao and includes an optimization to plot3D suggested by Gianni Schena.