Package edu.jhu.ece.iacl.jist.structures.image

Provides...

See:
          Description

Interface Summary
ConvolutionArrayKernel Array kernel interface.
ConvolutionVolumeKernel Volume kernel interface.
MaskVolume Mask Interface.
 

Class Summary
GaussianArrayKernel Create one-dimensional guassian kernel with specified sigma.
GaussianVolumeKernel The Class GaussianVolumeKernel.
ImageData Structure used for storing all volumetric data.
ImageDataByte The Class ImageDataInt.
ImageDataColor The Class ImageDataColor.
ImageDataDouble The Class ImageDataDouble.
ImageDataFloat The Class ImageDataFloat.
ImageDataInt The Class ImageDataInt.
ImageDataMipav Cubic volume adapter to MIPAV ModelImage type.
ImageDataMipavPointer  
ImageDataMipavWrapper  
ImageDataNumber The Class ImageDataNumber.
ImageDataUByte The Class ImageDataUByte.
ImageHeader The Class ImageHeader.
MaskVolume18 18-way neighbors for volume Note: the C implementations sometimes use a different ordering of these neighbors.
MaskVolume26 26-way neighbors for volume Note: the C implementations sometimes use a different ordering of these neighbors.
MaskVolume6 6-way neighbors for volume Note: the C implementations sometimes use a different ordering of these neighbors.
RGB Created by IntelliJ IDEA.
test The Class test.
USbyte The Class USbyte.
Voxel Generic Voxel Type.
VoxelBoolean Boolean Voxel Type.
VoxelColor Color Voxel Type.
VoxelDouble Double Voxel Type.
VoxelFloat Float Voxel Type.
VoxelIndexed<V extends Voxel> Indexed Voxel Type used for Binary Heap This class provides an adapter to existing Voxel types.
VoxelInt Integer Voxel Type.
VoxelMipav An adapter for each element of ModelImage in Mipav so that data does not have to be copied to and from the Model Image class.
VoxelShort Short Voxel Type.
VoxelUByte Unsigned Byte Voxel Type Values are stored as signed byte, but recalled as unsigned byte.
VoxelVector The Class VoxelVector.
 

Enum Summary
ImageHeader.AxisOrientation The Enum AxisOrientation.
ImageHeader.Compression The Enum Compression.
ImageHeader.Endianess The Enum Endianess.
ImageHeader.ImageModality The Enum ImageModality.
ImageHeader.ImageOrientation The Enum ImageOrientation.
ImageHeader.MeasurementUnit The Enum MeasurementUnit.
VoxelType The Enum VoxelType.
 

Package edu.jhu.ece.iacl.jist.structures.image Description

Provides...