3D CT/MRI images interactive sliding viewer

バージョン 1.3.0.0 (4.41 KB) 作成者: Gang Wang
An interactive tool for users to browse through sagittal, axial and coronal views of CT/MRI images.
ダウンロード: 6.1K
更新 2011/5/23

ライセンスの表示

The function's input is just a 3D image. 3 orthogonal slice objects are created in a 3D space. You can grasp one image slice and move your mouse to see the changing image data on the slice. Their motions are confined to translations along the 3rd axis only. Thanks Anders Brun's contribution of moveit2 function on the motion.

While it is moving, the slice object's 'CData' member continuously updated with the image data overlapping with its current position.

Run the following codes to see how it works:

load mri;
D=double(squeeze(D));
slidingviewer(D);

All feedbacks are welcomed to dnrwangg@nus.edu.sg.

引用

Gang Wang (2024). 3D CT/MRI images interactive sliding viewer (https://www.mathworks.com/matlabcentral/fileexchange/29134-3d-ct-mri-images-interactive-sliding-viewer), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: Moveit2 - Move a graphical object with the mouse.

ヒントを与えたファイル: Move a 3D object with mouse in a traditional 4-view window

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.3.0.0

update my contact email

1.2.0.0

My file uses codes from 23304 Moveit2 by Anders Brun.
I would like to include him in my license.

1.1.0.0

My code is modified from this submission : ID 23304. I would like to include it in my license.

1.0.0.0