3D model construction and processing

This project aims to decompose and reconstruct 3D models in STL format for display, slicing, meshing, storage as well as processing. The technique called voxelization is used to convert the STL format triangular mesh information into solid regular cube array, so that the layer image can be exported...

Full description

Saved in:
Bibliographic Details
Main Author: Zhang, Jiawei
Other Authors: Tan Eng Leong
Format: Final Year Project
Language:English
Published: 2014
Subjects:
Online Access:http://hdl.handle.net/10356/60889
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This project aims to decompose and reconstruct 3D models in STL format for display, slicing, meshing, storage as well as processing. The technique called voxelization is used to convert the STL format triangular mesh information into solid regular cube array, so that the layer image can be exported easily for further processing. Changing size, adding color information, a few image processing work are conducted to the layers in this project. And a commonly utilized method, checking isosurface, is adopted to reconstruct 3D model. The entire project is completed basically in a program running under the circumstance of Matlab. Also some software is used in this project for preliminary work and comparison.