Simple interface for exploring 3D images by visualizing planar slices. It is not a 3D renderer, but allows to get a quick overview of the image.
Among the interface features:
- navigation within image,
- zoom management,
- edition of grayscale range (from datataype, from image, manual)
- 3D image flip or 90-degrees rotation,
- management of image resolution
- import of metaimage, analyze or dicom images
- display of 3 orthogonal slices, planar or 3D
- management of several look-up tables
It supports 3D grayscale, binary, RGB, or vector images (in this case, the vector norm is used for display).
The package includes functions to read/write image stacks stored as tif slices or bundle, as well as basic support for reading and writing images in metaimage format (mhd).
Examples of use:
slicer(img); % display the 3D or 4D imge
slicer('fileName.tif'); % read the 3D image from file
slicer('img000.tif'); % read a series of images
slicer % opens a dialog to choose the file
type "help slicer" at matlab prompt, or "help stacks" to have an overview of all functions within the package.
|