Converting a stack of .bmp images into an .stl file

27 Ansichten (letzte 30 Tage)
Quentin McDermott
Quentin McDermott am 31 Mai 2018
Beantwortet: Anton Semechko am 1 Jun. 2018
I have a large set of images taken by a micro-CT scanner that I am trying to convert to an STL file. Does anybody have an idea of how to do this on Matlab? If not, does anyone know of any software that I could use to do this? I know of ImageJ but I can't seem to get that to work.

Antworten (1)

Anton Semechko
Anton Semechko am 1 Jun. 2018
(1) Segment the object of interest in your 3D image,
(2) Reconstruct boundary of the segmented object using 'isosurface' function,
(3) Download 'stl_write' function from FEX
(4) Export mesh from (2) using 'stl_write'

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by