is it possible to convert 2d image into 3d binary image form?
Show older comments
i want to use 3d binary image for printing or sketching purpose. But i am not sure how to create the 3d binary image. please guide me through this.
8 Comments
Walter Roberson
on 15 Oct 2019
Are you trying to stack a number of 2D binary images into a 3D binary image?
sidra Rafique
on 15 Oct 2019
KALYAN ACHARJYA
on 15 Oct 2019
Edited: KALYAN ACHARJYA
on 15 Oct 2019
OK, please tell us the Maths? Let say 2D Image is:
image=[2 4 6;5 6 10];
Tell us the Maths, How? So that we can help you to implement in MATLAB
Walter Roberson
on 15 Oct 2019
Do the values in the 2D array represent height? And you want to voxelize? If so then do you want everything that is under the curve to be filled in, or do you only want a single sheet where the values are (as close as feasible) equal to the input values ?
sidra Rafique
on 15 Oct 2019
sidra Rafique
on 15 Oct 2019
Walter Roberson
on 15 Oct 2019
How is the Z value to be derived? And are you wanting only a surface or a filled volume ?
sidra Rafique
on 15 Oct 2019
Accepted Answer
More Answers (0)
Categories
Find more on Color Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!