필터 지우기
필터 지우기

How can I calculate Maximum Intensity Projection for a 3D image

조회 수: 7 (최근 30일)
Hasan
Hasan 2013년 5월 14일
Hi everyone,
I am new to this community and have a question about computing MIP for a 3D image I have, with (192x192x32) dimensions. What is the simplest way of computing MIP for a 3D image?
Thanks

답변 (1개)

Matt J
Matt J 2013년 5월 14일
max(Image,[],dim)
where dim=1,2,3 is the dimension along which you want to project.
  댓글 수: 2
Hasan
Hasan 2013년 5월 14일
Thanks. I did that but then how can I display the MIP as a 3D image (be able to rotate it)?
Matt J
Matt J 2013년 5월 14일
편집: Matt J 2013년 5월 14일
An MIP of a 3D image is a 2D image. Possibly, you mean you would like to take the MIP along arbitrary directions in 3D. For that, you would have to rotate the volume into alignment with the x,y, or z axis. Then, take the MIP along one of these major axes as above and display the result using imshow or similar...
Rotations of a volume can be done with tformarray.

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

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by