필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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
Tanguy
Tanguy 2020년 9월 16일
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!

댓글을 달려면 로그인하십시오.

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 11월 7일
Might want to try FEX:slice-o-matic

추가 답변 (1개)

Matt J
Matt J 2012년 11월 6일
RBLINE will probably be a useful tool for making this.
  댓글 수: 2
Tomislav
Tomislav 2012년 11월 7일
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 2012년 11월 7일
I don't think you can draw a line interactively in 3D, for reasons we discussed here.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by