Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedBufferAsInt
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.buffer.primitive |
Conversion of both primitive data types and image structures between Anchor's data-structures and
other representations.
|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
-
Uses of UnsignedBufferAsInt in org.anchoranalysis.image.voxel.buffer.primitive
Subclasses of UnsignedBufferAsInt in org.anchoranalysis.image.voxel.buffer.primitive Modifier and Type Class Description classUnsignedByteBufferWraps aByteBufferbut automatically performs conversion toint.classUnsignedShortBufferWraps aShortBufferbut automatically performs conversion toint. -
Uses of UnsignedBufferAsInt in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with type parameters of type UnsignedBufferAsInt Modifier and Type Method Description static <T extends UnsignedBufferAsInt>
intIterateVoxelsAll. intensityMax(Voxels<T> voxels)Finds the maximum intensity-value (as an int) among all voxels.static <T extends UnsignedBufferAsInt>
intIterateVoxelsAll. intensityMin(Voxels<T> voxels)Finds the minimum intensity-value (as an int) among all voxels.static <T extends UnsignedBufferAsInt>
MinMaxRangeIterateVoxelsAll. intensityMinMax(Voxels<T> voxels)Finds the maximum intensity-value (as an int) among all voxels.