Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedIntBuffer
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel |
Data-structures to store and manipulate image raster-data or voxels.
|
| org.anchoranalysis.image.voxel.arithmetic |
Arithmetic operations for
Voxels. |
| org.anchoranalysis.image.voxel.assigner |
Assigns values to some or all voxels.
|
| org.anchoranalysis.image.voxel.binary |
The
BinaryVoxels class and related operations. |
| org.anchoranalysis.image.voxel.binary.connected | |
| org.anchoranalysis.image.voxel.buffer |
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels. |
| 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.buffer.slice |
A container with voxel-buffers for each z-slice.
|
| org.anchoranalysis.image.voxel.convert |
Converting
Voxels to different data-types. |
| org.anchoranalysis.image.voxel.extracter |
Methods to read/copy/duplicate portions of voxels.
|
| org.anchoranalysis.image.voxel.factory |
Creates new instances of
Voxels and VoxelsUntyped with specific data-types. |
| org.anchoranalysis.image.voxel.projection |
Classes for calculating differnet kind of projections of voxel values across multiple buffers.
|
| org.anchoranalysis.image.voxel.projection.extrema |
Classes for performing both a Maximum Intensity
Projection and a minimum projection.
|
-
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description Voxels<UnsignedIntBuffer>VoxelsUntyped. asInt()Casts to use aUnsignedIntBufferif the voxels contain this data-type, otherwise throws aIncorrectVoxelTypeException.VoxelsExtracter<UnsignedIntBuffer>VoxelsUnsignedInt. extract()Constructor parameters in org.anchoranalysis.image.voxel with type arguments of type UnsignedIntBuffer Constructor Description VoxelsUnsignedInt(SliceBufferIndex<UnsignedIntBuffer> buffer)Create from a buffer, indexed by slice. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.arithmetic
Method parameters in org.anchoranalysis.image.voxel.arithmetic with type arguments of type UnsignedIntBuffer Modifier and Type Method Description static VoxelsArithmeticVoxelsArithmeticFactory. createUnsignedInt(Extent extent, IntFunction<UnsignedIntBuffer> bufferForSlice)Create aVoxelsArithmeticforUnsignedIntBuffer. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.assigner
Method parameters in org.anchoranalysis.image.voxel.assigner with type arguments of type UnsignedIntBuffer Modifier and Type Method Description static VoxelsAssignerVoxelsAssignerFactory. createUnsignedInt(Voxels<UnsignedIntBuffer> voxels, int valueToAssign)Create a aVoxelsAssignerfor aUnsignedIntBuffer. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.binary
Methods in org.anchoranalysis.image.voxel.binary that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static BinaryVoxels<UnsignedIntBuffer>BinaryVoxelsFactory. reuseInt(Voxels<UnsignedIntBuffer> voxels, BinaryValuesInt binaryValues)Reuses an existing voxel-buffer (of type unsigned int) as a binary-version which should have only two intensity-values representing off and on.Method parameters in org.anchoranalysis.image.voxel.binary with type arguments of type UnsignedIntBuffer Modifier and Type Method Description static BinaryVoxels<UnsignedIntBuffer>BinaryVoxelsFactory. reuseInt(Voxels<UnsignedIntBuffer> voxels, BinaryValuesInt binaryValues)Reuses an existing voxel-buffer (of type unsigned int) as a binary-version which should have only two intensity-values representing off and on. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.binary.connected
Method parameters in org.anchoranalysis.image.voxel.binary.connected with type arguments of type UnsignedIntBuffer Modifier and Type Method Description ObjectCollectionObjectsFromConnectedComponentsFactory. createUnsignedInt(BinaryVoxels<UnsignedIntBuffer> voxels)Finds the connected-components in unsigned int voxels. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.buffer
Methods in org.anchoranalysis.image.voxel.buffer that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static VoxelBuffer<UnsignedIntBuffer>[]VoxelBufferFactory. allocateUnsignedIntArray(int size)Creates an array of unsigned int voxel-buffers of given size.static VoxelBuffer<UnsignedIntBuffer>VoxelBufferWrap. unsignedIntArray(int[] array)Wraps an unsigned-int buffer into a voxel-buffer.static VoxelBuffer<UnsignedIntBuffer>VoxelBufferWrap. unsignedIntBuffer(UnsignedIntBuffer buffer)Wraps an unsigned-int buffer (represented by a NIO signed-buffer) into a voxel-buffer.Methods in org.anchoranalysis.image.voxel.buffer with parameters of type UnsignedIntBuffer Modifier and Type Method Description static VoxelBuffer<UnsignedIntBuffer>VoxelBufferWrap. unsignedIntBuffer(UnsignedIntBuffer buffer)Wraps an unsigned-int buffer (represented by a NIO signed-buffer) into a voxel-buffer. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.buffer.primitive
Methods in org.anchoranalysis.image.voxel.buffer.primitive that return UnsignedIntBuffer Modifier and Type Method Description static UnsignedIntBufferUnsignedIntBuffer. allocate(int capacity)Allocates a new (direct) buffer of unsigned-ints.static UnsignedIntBufferUnsignedIntBuffer. wrapRaw(int[] array)Exposes a raw int-array as a buffer with unsigned-ints.static UnsignedIntBufferUnsignedIntBuffer. wrapRaw(IntBuffer bufferRaw)Exposes a rawUnsignedIntBufferas a buffer with unsigned-ints. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.buffer.slice
Methods in org.anchoranalysis.image.voxel.buffer.slice that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static SliceBufferIndex<UnsignedIntBuffer>FromInt. createInitialized(Extent extent)Create a buffer of a particular size, that has been initialized.static SliceBufferIndex<UnsignedIntBuffer>FromInt. createUninitialized(Extent extent)Create a buffer of a particular size, that has not been initialized.VoxelBuffer<UnsignedIntBuffer>FromInt. slice(int z)Method parameters in org.anchoranalysis.image.voxel.buffer.slice with type arguments of type UnsignedIntBuffer Modifier and Type Method Description voidFromInt. replaceSlice(int z, VoxelBuffer<UnsignedIntBuffer> sliceToAssign) -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.convert
Methods in org.anchoranalysis.image.voxel.convert with parameters of type UnsignedIntBuffer Modifier and Type Method Description protected voidToUnsignedInt. convertFloat(FloatBuffer in, UnsignedIntBuffer out)protected voidToUnsignedInt. convertUnsignedByte(UnsignedByteBuffer in, UnsignedIntBuffer out)protected voidToFloatNoScaling. convertUnsignedInt(UnsignedIntBuffer in, FloatBuffer out)protected voidToUnsignedByteNoScaling. convertUnsignedInt(UnsignedIntBuffer in, UnsignedByteBuffer out)protected voidToUnsignedByteScaleByMaxValue. convertUnsignedInt(UnsignedIntBuffer in, UnsignedByteBuffer out)protected voidToUnsignedByteScaleByMinMaxValue. convertUnsignedInt(UnsignedIntBuffer in, UnsignedByteBuffer out)protected voidToUnsignedByteScaleByType. convertUnsignedInt(UnsignedIntBuffer in, UnsignedByteBuffer out)protected voidToUnsignedInt. convertUnsignedInt(UnsignedIntBuffer in, UnsignedIntBuffer out)protected voidToUnsignedShortNoScaling. convertUnsignedInt(UnsignedIntBuffer in, UnsignedShortBuffer out)protected voidToUnsignedShortScaleByType. convertUnsignedInt(UnsignedIntBuffer in, UnsignedShortBuffer out)protected abstract voidVoxelsConverter. convertUnsignedInt(UnsignedIntBuffer in, T out)Copies a value from the current position in aUnsignedIntBufferto the current position in a buffer of typeT.protected voidToUnsignedInt. convertUnsignedShort(UnsignedShortBuffer in, UnsignedIntBuffer out)Method parameters in org.anchoranalysis.image.voxel.convert with type arguments of type UnsignedIntBuffer Modifier and Type Method Description voidVoxelsConverter. copyFromUnsignedInt(Voxels<UnsignedIntBuffer> from, Voxels<T> to)Copies voxels from a source of type @{link UnsignedIntBuffer} to voxels of typeT. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.extracter
Methods in org.anchoranalysis.image.voxel.extracter that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static VoxelsExtracter<UnsignedIntBuffer>VoxelsExtracterFactory. createUnsignedInt(Voxels<UnsignedIntBuffer> voxels)Create voxels-extracter forUnsignedIntBuffer.Method parameters in org.anchoranalysis.image.voxel.extracter with type arguments of type UnsignedIntBuffer Modifier and Type Method Description static VoxelsExtracter<UnsignedIntBuffer>VoxelsExtracterFactory. createUnsignedInt(Voxels<UnsignedIntBuffer> voxels)Create voxels-extracter forUnsignedIntBuffer. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.factory
Methods in org.anchoranalysis.image.voxel.factory that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static VoxelsFactoryTypeBound<UnsignedIntBuffer>VoxelsFactory. getUnsignedInt()A factory that creates voxels of type unsigned int. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.projection
Methods in org.anchoranalysis.image.voxel.projection that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static ProjectableBuffer<UnsignedIntBuffer>MeanIntensityProjection. createUnsignedInt(Extent extent)Creates a buffer for a mean-intensity projection for unsigned int voxels.static ProjectableBuffer<UnsignedIntBuffer>StandardDeviationIntensityProjection. createUnsignedInt(Extent extent)Creates a buffer for a standard-deviation projection for unsigned int voxels. -
Uses of UnsignedIntBuffer in org.anchoranalysis.image.voxel.projection.extrema
Methods in org.anchoranalysis.image.voxel.projection.extrema that return types with arguments of type UnsignedIntBuffer Modifier and Type Method Description static ProjectableBuffer<UnsignedIntBuffer>MaxIntensityProjection. createUnsignedInt(Extent extent)Creates a buffer for a maximum-intensity projection for unsigned int voxels.static ProjectableBuffer<UnsignedIntBuffer>MinIntensityProjection. createUnsignedInt(Extent extent)Creates a buffer for a minimum-intensity projection for unsigned int voxels.