Package com.xinapse.multisliceimage.UNC
package com.xinapse.multisliceimage.UNC
The package
com.xinapse.multisliceimage.UNC
is used to represent and handle
multi-dimensional medical images in the University of North Carolina (UNC) format.
The following data types are fully implemented:
- 1 unsigned byte per pixel
(
UNCPixFormat.BYTE
). - 1 signed short per pixel
(
UNCPixFormat.GREY
). - 1 signed int per pixel
(
UNCPixFormat.LONG
). - 1 float per pixel
(
UNCPixFormat.REAL
). - 1 double per pixel
(
UNCPixFormat.DOUBLE
). - 2 floats per pixel (interlaced) forming complex numbers
(
UNCPixFormat.COMPLEX
). - 4 unsigned bytes per pixel (interlaced) representing red,
green, blue and alpha values
(
UNCPixFormat.COLORPACKED
).
-
ClassDescriptionEnables and disables debugging messages for the UNC package.Signals that a constructor or method in the UNC package has failed.A file filter for UNC images.This class is a representation of a multi-dimensional image in the University of North Carolina (UNC) format.This class represents the pixel formats (data types) that can be used in UNC images.