Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedBufferAsInt
Packages that use UnsignedBufferAsInt
Package
Description
Conversion of both primitive data types and image structures between Anchor's data-structures and
other representations.
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.primitiveModifier and TypeClassDescriptionfinal class
Wraps aByteBuffer
but automatically performs conversion toint
.final class
Wraps aShortBuffer
but 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 UnsignedBufferAsIntModifier and TypeMethodDescriptionstatic <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.