3D CT/MRI images interactive sliding viewer
by Gang Wang
26 Oct 2010
(Updated 23 May 2011)
An interactive tool for users to browse through sagittal, axial and coronal views of CT/MRI images.
|
Watch this File
|
| File Information |
| Description |
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. |
| Acknowledgements |
Moveit2 Move A Graphical Object With The Mouse.
inspired this file.
This file inspired
Move A 3 D Object With Mouse In A Traditional 4 View Window.
|
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 23 May 2011 |
Wouter
|
|
|
| Updates |
| 27 Oct 2010 |
My code is modified from this submission : ID 23304. I would like to include it in my license. |
| 27 Oct 2010 |
My file uses codes from 23304 Moveit2 by Anders Brun.
I would like to include him in my license. |
| 23 May 2011 |
update my contact email |
|
Contact us