Code covered by the BSD License  

Highlights from
Viewer3D

image thumbnail
from Viewer3D by Dirk-Jan Kroon
MIP, Color, Slice and Shaded 3D (shearwarp) Volume Rendering, interactive 3D view/measurement GUI

compile_c_files.m
% This script will compile all the C files of the registration methods
files=dir('*.c');
for i=1:length(files)
    mex(files(i).name,'-v');
end
cd('..');

Contact us at files@mathworks.com