4.0

4.0 | 2 ratings Rate this file 44 Downloads (last 30 days) File Size: 12.15 KB File ID: #20604
image thumbnail

3D Slice Viewer

by Marian Uhercik

 

08 Jul 2008 (Updated 21 Jul 2011)

Interactive viewer of 3 orthogonal slices of 3D volume.

| Watch this File

File Information
Description

Simple interactive viewer of 3 orthogonal slices of 3D volume and of sequence of volumes. The interaction is performed by mouse left button or keyboard arrows.

MATLAB release MATLAB 7.5 (R2007b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (5)
01 Oct 2010 Hex

very nice, especially the fact that you can also view time resolved data

06 Jul 2011 Hex

Daniel Auger pointed out that 4D browsing isn't actually working. Taking a closer look I found a bug around line 100; changing the code to

handles.axis_equal = 0;
handles.color_mode = 1;
if (size(volume,4) ~= 3)
   handles.color_mode = 0;
end;

fixed the problem (it used to be 'if size ~= 3, color_mode = 1, end' which is obviously wrong...).

This is still a tool I like and use a lot!

06 Jul 2011 Hex

Another thing; in my comment above there is the line 'handles.axis_equal = 0;'. I added a handler for the 'q' key, which switches axis equal on and off. Very useful when browsing to isotropic resolution MR data.

21 Jul 2011 Marian Uhercik

Thank you, Hex. I have uploaded a patched version.
It includes also a handler for 'q' key, according to your proposal.

02 May 2012 Clay  
Please login to add a comment or rating.
Updates
15 Jul 2008

Documentation update, no functional changes.

05 Aug 2008

Handling of input from keyboard arrows.

02 Sep 2008

New feature of browsing of 3D volumes over time.

11 Feb 2009

Color range is synchronized in all 3 images.

05 Aug 2010

Color (RGB) 3D images can be displayed.

21 Jul 2011

Patch for browsing time-resolved data,
added 'q' key handler for axis scaling.

Tag Activity for this File
Tag Applied By Date/Time
medical Marian Uhercik 22 Oct 2008 10:09:14
3d volume Marian Uhercik 22 Oct 2008 10:09:14
slice Marian Uhercik 22 Oct 2008 10:09:14
viewer Marian Uhercik 22 Oct 2008 10:09:14
orthogonal Marian Uhercik 22 Oct 2008 10:09:14
3d volume kun deng 10 Feb 2010 13:06:02
4d volume Hex 01 Oct 2010 04:18:10
data exploration Marian Uhercik 21 Jul 2011 09:53:01
gui Marian Uhercik 21 Jul 2011 09:53:01
3d volume Chia-Hui 07 Nov 2011 11:13:35
3d volume Agata 22 Nov 2011 13:52:46

Contact us at files@mathworks.com