| File Information |
| Description |
This function can be used to interactively view any kind of 2D,3D and 4D image volumes like CT and MRI. Allowing segmentation and distance measurements or ROI selection in 2D slices.
It includes Maximum intensity projections (MIP), Volume Rendering (VR) , Slice render, and colored and Phong shaded Volume rendering.
Voxel opacity and color tables can be changed on the fly allowing also iso surface kind of renders.
The fast render algorithm which renders a 3D volume to a 2D image, is based on a Matlab coded implementation of the Shear-Warp transform, in which instead of rotating the viewer rays the slices are sheared.
There are two major Matlab files:
- viewer3d.m : The interactive GUI
- render.m : The function which renders volume data with the shear-warp transform to an 2D image.
File-formats supported:
Matlab Files (.mat)
Dicom Files ( .dcm , .dicom )
V3D Philips Scanner ( .v3d )
GIPL Guys Image Processing Lab ( .gipl )
HDR/IMG Analyze ( .hdr )
ISI Files ( .isi )
NifTi ( .nii )
RAW files ( .raw , .* )
VMP BrainVoyager ( .vmp )
XIF HDllab/ATL ultrasound ( .xif )
VTK Visualization Toolkit ( .vtk )
Insight Meta-Image ( .mha, .mhd )
Micro CT ( .vff )
Note:
This version is 100% Matlab code, but to make it faster if you run "compile c-code" in the config menu. I also included an older version with the shearwarp algorithm in c-code / mex-code
Please report bugs, successes and if you know some possible code speedups. |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.10 (R2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 05 Nov 2008 |
Extended the help (with pictures) and updated error check |
| 06 Nov 2008 |
fixed small dimension bug in major viewing axis. And files to folders |
| 22 Nov 2008 |
Now 100% Matlab code, no mex files needed. Also warp 2D interpolation bug and save/load bug fixed. |
| 26 Feb 2009 |
Configuration screen, with trade off between quality, memory and speed. Implemented most suggestions by Cris Luengo. Some small bug fixes and optimizations. |
| 03 Apr 2009 |
Slice rendering and measurements, multi-threaded image warp code, bugs fixed. |
| 28 Jul 2009 |
Removed unnecessary code from mouse position read out. Maybe this fixed the mouse position out of sync bug, which occurred sometimes. |
| 01 Oct 2009 |
Linux Ubuntu tested |
| 02 Jun 2010 |
Now "Autocontrast" is automatically enabled if someone uses uint16 and the data uses only a part of the rang 0 to 2^16-1 |
| 07 Jun 2010 |
Now read single Dicom files containing a whole 3D/4D volume.
Fixed bug dividing by zero with empty slice in auto contrast.
Added option to click landmarks, and made keyboard shortcuts for measure options.
|
| 07 Jun 2010 |
Bug in "Load View" solved |
| 18 Jun 2010 |
Solved major bugs in Dicom volume reading |
| 25 Jun 2010 |
Added Dicom Info dialog.
Solved possible bugs when loading multiple files, without closing viewer3d.
Added Intensity Value to mouse slice info |
| 25 Jun 2010 |
Fixed Dicom Sorting problem |
| 06 Jul 2010 |
Sorted files into sub-folders, now can read many medical-formats with ReadData3D |
| 06 Jul 2010 |
Fixed folder location compile_c_files, changed text in code from dicom to data3d |
| 22 Jul 2010 |
Updated File-formats |
| 10 Nov 2010 |
Replaced the c-code Affine Warp files. Now scaling is not longer always 0..1 but supports scales and units like Hounsfield |
| 19 Nov 2010 |
Fixed Bug number of input arguments slice view, and fixed bug in window-level slider |
| 12 Jan 2011 |
Major update : Added multiple window and multiple volume support.
|
| 25 Jan 2011 |
Added 4D support, color overlay and many other changes. |
|