3D voxelizer

Provides functionality to convert a 3D object to voxel representation.
6.5K Downloads
Updated 27 Aug 2008

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

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