Visualizing slices of volumes generated from points in 3D space

5 Ansichten (letzte 30 Tage)
Layla
Layla am 10 Okt. 2013
Bearbeitet: Matt J am 11 Okt. 2013
I use MATLAB to reconstruct a certain region of the brain in 3D with a Delaunay Triangulation. That region of the brain also has sub-nuclei that I also reconstruct and color-code for clarity.
I'd like to be able to view axial (Z is constant), sagittal (X is constant), and coronal (Y is constant) slices of this color-coded 3D reconstruction. How may I do this? Simply viewing a scatter plot doesn't work, because the points don't fall on a regular grid.
Thanks in advance!

Antworten (1)

Matt J
Matt J am 10 Okt. 2013
Bearbeitet: Matt J am 11 Okt. 2013
You'll first need to grid the data, e.g. using scatteredInterpolant(). Then to view, perhaps use one of these FEX submissions
There are also many other 3D viewers there that you could browse.

Kategorien

Mehr zu Delaunay Triangulation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by