Effacer les filtres
Effacer les filtres

How to plot the points of intersection between a sliced plane (MRI data) and a line?

1 vue (au cours des 30 derniers jours)
I have a 3d matrix representing a volume.
I would like to take two points with Data Cursor, plot a line connecting that plot, and then on vertical and horizontal slices of that volume (3D MRI head) see the point where line penetrated the slice.
Thanks.
  1 commentaire
Tanguy
Tanguy le 16 Sep 2020
Hi Tomislav,
You can use the line tool of imtool3D (line button on the right of the viewer)
load mristack.mat
tool = imtool3D(mristack);
tool.setAspectRatio([1 1 5]); % pixel size 1x1x5 mm3
You'll get that
Then switch to axial view and do the same
Hope that helps!

Connectez-vous pour commenter.

Réponse acceptée

Sean de Wolski
Sean de Wolski le 7 Nov 2012
Might want to try FEX:slice-o-matic

Plus de réponses (1)

Matt J
Matt J le 6 Nov 2012
RBLINE will probably be a useful tool for making this.
  2 commentaires
Tomislav
Tomislav le 7 Nov 2012
I cant get it to work for 3D. In 2D its a nice tool, but I need to cross a line trough 3D axis.
Thanks.
Matt J
Matt J le 7 Nov 2012
I don't think you can draw a line interactively in 3D, for reasons we discussed here.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Biomedical Imaging dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by