image thumbnail

Viewer3D

version 12.1.0.0 (9.49 MB) by Dirk-Jan Kroon
MIP, Color, Slice and Shaded 3D (shearwarp) Volume Rendering, interactive 3D view/measurement GUI

55K Downloads

Updated15 Sep 2016

View License

Editor's Note:Popular File2016

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
——渲染。m:呈现dat体积的函数a 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.

Cite As

Dirk-Jan Kroon (2022).Viewer3D(//www.tianjin-qmedu.com/matlabcentral/fileexchange/21993-viewer3d), MATLAB Central File Exchange. Retrieved.

Old_Viewer3D_with_c_code/

Old_Viewer3D_with_c_code/mex_c-code/

ReadData3D/

ReadData3D/dicom/

ReadData3D/gipl/

ReadData3D/hdr/

ReadData3D/isi/

ReadData3D/mha/

ReadData3D/nii/

ReadData3D/par/

ReadData3D/raw/

ReadData3D/subfunctions/

ReadData3D/v3d/

ReadData3D/vff/

ReadData3D/vmp/

ReadData3D/vtk/

ReadData3D/xif/

SubFunctions/

SubFunctions/BasicSnake_version2d/