Draw a bounding box for a 3D plot
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am working on a skeletonization problem and have managed to extract the skeleton of a 3D image volume. The skeleton is a 3D logical matrix. I now want to plot the skeleton as a 3D plot and do so within a bounding box. An example of what I want to achieve is shown below. It is the table of contents image for this journal article. I request the MATLAB community to please advice on how to get a plot like this. Thank you,

Mahesh
3 Kommentare
Tim
am 30 Okt. 2020
See my answer to: https://www.mathworks.com/matlabcentral/answers/631624-3d-image-production?s_tid=srchtitle , that shows 2 methods. If you are using volshow there probably isn't an easy way using line objects other than editing the values of the voxel edges. Alternatively, if your volume is small or sparse enough (looks like yours is pretty sparse) you can use something like VOXview and set 'bounding_box' to true.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!