Visualizing slices of volumes generated from points in 3D space

조회 수: 5 (최근 30일)
Layla
Layla 2013년 10월 10일
편집: Matt J 2013년 10월 11일
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!

답변 (1개)

Matt J
Matt J 2013년 10월 10일
편집: Matt J 2013년 10월 11일
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.

카테고리

Help CenterFile Exchange에서 Delaunay Triangulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by