public interface VolumeImage
Modifier and Type | Method and Description |
---|---|
int |
getNumChannels()
Number of channels per the voxel (e.g.
|
int |
getNumCols()
Number of columns in the image, corresponds to image x-axis
|
int |
getNumRows()
Number of rows in the image, corresponds to image y-axis
|
int |
getNumSlices()
Number of slices in the image, corresponds to image z-axis
|
double |
getValue(int channel,
int col,
int row,
int slice)
Voxel raw value at a given column, row, slice
|
AffineTransform3d |
getVoxelTransform()
Transform that converts voxels [col, row, slice] to world-coordinates of the center of the voxel
|
double getValue(int channel, int col, int row, int slice)
channel
- channel numbercol
- column indexrow
- row indexslice
- slice indexint getNumChannels()
int getNumRows()
int getNumCols()
int getNumSlices()
AffineTransform3d getVoxelTransform()