Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedShortBuffer
Packages that use UnsignedShortBuffer
Package
Description
Converts a channel to other data-types.
Data-structures to store and manipulate image raster-data or voxels.
Arithmetic operations for
Voxels
.Assigns values to some or all voxels.
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels
.Conversion of both primitive data types and image structures between Anchor's data-structures and
other representations.
A container with voxel-buffers for each z-slice.
Converting
Voxels
to different data-types.Converts anchor data-structures to the
BufferedImage
used by Java's AWT.Converts anchor data-structures to those used by ImgLib2.
Methods to read/copy/duplicate portions of voxels.
Creates new instances of
Voxels
and VoxelsUntyped
with specific data-types.Classes for calculating differnet kind of projections of voxel values across multiple buffers.
Classes for performing both a Maximum Intensity
Projection and a minimum projection.
Different interpolator methods to use when scaling voxels.
Converts the byte stream opened by Bioformats into channels of
ShortBuffer
.Converts to and from ImageJ data-structures for images.
Image interpolation when scaling using ImageJ.
Conversion to/from OpenCV data-structures.
Interpolation non-beans that use OpenCV.
-
Uses of UnsignedShortBuffer in org.anchoranalysis.image.core.channel.convert
Constructor parameters in org.anchoranalysis.image.core.channel.convert with type arguments of type UnsignedShortBufferModifierConstructorDescriptionToUnsignedShort
(VoxelsConverter<UnsignedShortBuffer> voxelsConverter) Convert with a particularVoxelsConverter
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionVoxelsUntyped.asShort()
Casts to use aUnsignedShortBuffer
if the voxels contain this data-type, otherwise throws aIncorrectVoxelTypeException
.VoxelsUnsignedShort.extract()
Constructor parameters in org.anchoranalysis.image.voxel with type arguments of type UnsignedShortBufferModifierConstructorDescriptionCreate from a buffer, indexed by slice. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.arithmetic
Method parameters in org.anchoranalysis.image.voxel.arithmetic with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelsArithmetic
VoxelsArithmeticFactory.createUnsignedShort
(Extent extent, IntFunction<UnsignedShortBuffer> bufferForSlice) Create aVoxelsArithmetic
forUnsignedShortBuffer
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.assigner
Method parameters in org.anchoranalysis.image.voxel.assigner with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelsAssigner
VoxelsAssignerFactory.createUnsignedShort
(Voxels<UnsignedShortBuffer> voxels, int valueToAssign) Create aVoxelsAssigner
for aUnsignedShortBuffer
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.buffer
Methods in org.anchoranalysis.image.voxel.buffer that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelBuffer
<UnsignedShortBuffer> VoxelBufferFactory.allocateUnsignedShort
(int capacity) Allocates a new unsigned short voxel-buffers of given size.static VoxelBuffer<UnsignedShortBuffer>[]
VoxelBufferFactory.allocateUnsignedShortArray
(int size) Creates an array of unsigned short voxel-buffers of given size.static VoxelBuffer
<UnsignedShortBuffer> VoxelBufferWrap.unsignedShortArray
(short[] array) Wraps an existing array (encoding unsigned shorts as a signed array) as a voxel-buffer.static VoxelBuffer
<UnsignedShortBuffer> VoxelBufferWrap.unsignedShortBuffer
(UnsignedShortBuffer buffer) Wraps an unsigned-short buffer into a voxel-buffer.static VoxelBuffer
<UnsignedShortBuffer> VoxelBufferWrap.unsignedShortRaw
(ShortBuffer buffer) Wraps an unsigned-short buffer (represented by a NIO signed-buffer) into a voxel-buffer.Methods in org.anchoranalysis.image.voxel.buffer with parameters of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelBuffer
<UnsignedShortBuffer> VoxelBufferWrap.unsignedShortBuffer
(UnsignedShortBuffer buffer) Wraps an unsigned-short buffer into a voxel-buffer. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.buffer.primitive
Methods in org.anchoranalysis.image.voxel.buffer.primitive that return UnsignedShortBufferModifier and TypeMethodDescriptionstatic UnsignedShortBuffer
UnsignedShortBuffer.allocate
(int capacity) Allocates a new (direct) buffer of unsigned-shorts.static UnsignedShortBuffer
UnsignedShortBuffer.wrapRaw
(short[] array) Exposes a raw short-array as a buffer with unsigned-shorts.static UnsignedShortBuffer
UnsignedShortBuffer.wrapRaw
(ShortBuffer bufferRaw) Exposes a rawUnsignedShortBuffer
as a buffer with unsigned-shorts.Methods in org.anchoranalysis.image.voxel.buffer.primitive with parameters of type UnsignedShortBufferModifier and TypeMethodDescriptionvoid
UnsignedShortBuffer.put
(UnsignedShortBuffer source) Relative put-method from an unsigned short buffer, represented by aUnsignedShortBuffer
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.buffer.slice
Methods in org.anchoranalysis.image.voxel.buffer.slice that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic SliceBufferIndex
<UnsignedShortBuffer> FromShort.createInitialized
(Extent extent) Create a buffer of a particular size, that has been initialized.static SliceBufferIndex
<UnsignedShortBuffer> FromShort.createUninitialized
(Extent extent) Create a buffer of a particular size, that has not been initialized.FromShort.slice
(int z) Method parameters in org.anchoranalysis.image.voxel.buffer.slice with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionvoid
FromShort.replaceSlice
(int z, VoxelBuffer<UnsignedShortBuffer> sliceToAssign) -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.convert
Methods in org.anchoranalysis.image.voxel.convert with parameters of type UnsignedShortBufferModifier and TypeMethodDescriptionprotected void
ToUnsignedShortNoScaling.convertFloat
(FloatBuffer in, UnsignedShortBuffer out) protected void
ToUnsignedShortScaleByType.convertFloat
(FloatBuffer in, UnsignedShortBuffer out) Converts the current position in aFloatBuffer
to the current position in aUnsignedShortBuffer
.protected void
ToUnsignedShortNoScaling.convertUnsignedByte
(UnsignedByteBuffer in, UnsignedShortBuffer out) protected void
ToUnsignedShortScaleByType.convertUnsignedByte
(UnsignedByteBuffer in, UnsignedShortBuffer out) protected void
ToUnsignedShortNoScaling.convertUnsignedInt
(UnsignedIntBuffer in, UnsignedShortBuffer out) protected void
ToUnsignedShortScaleByType.convertUnsignedInt
(UnsignedIntBuffer in, UnsignedShortBuffer out) protected void
ToFloatNoScaling.convertUnsignedShort
(UnsignedShortBuffer in, FloatBuffer out) protected void
ToUnsignedByteNoScaling.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedByteBuffer out) protected void
ToUnsignedByteScaleByMaxValue.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedByteBuffer out) protected void
ToUnsignedByteScaleByMinMaxValue.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedByteBuffer out) protected void
ToUnsignedByteScaleByType.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedByteBuffer out) protected void
ToUnsignedInt.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedIntBuffer out) protected void
ToUnsignedShortNoScaling.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedShortBuffer out) protected void
ToUnsignedShortScaleByType.convertUnsignedShort
(UnsignedShortBuffer in, UnsignedShortBuffer out) protected abstract void
VoxelsConverter.convertUnsignedShort
(UnsignedShortBuffer in, T out) Copies a value from the current position in aUnsignedShortBuffer
to the current position in a buffer of typeT
.Method parameters in org.anchoranalysis.image.voxel.convert with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionvoid
VoxelsConverter.copyFromUnsignedShort
(Voxels<UnsignedShortBuffer> from, Voxels<T> to) Copies voxels from a source of type @{link UnsignedShortBuffer} to voxels of typeT
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.convert.bufferedimage
Method parameters in org.anchoranalysis.image.voxel.convert.bufferedimage with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic BufferedImage
BufferedImageFromVoxels.createGrayscaleShort
(Voxels<UnsignedShortBuffer> voxels) Creates aBufferedImage
from aVoxels<UnsignedShortBuffer>
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.convert.imglib2
Method parameters in org.anchoranalysis.image.voxel.convert.imglib2 with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic net.imglib2.img.Img
<net.imglib2.type.numeric.integer.UnsignedShortType> ConvertToImg.fromShort
(VoxelBuffer<UnsignedShortBuffer> buffer, Extent extent) Creates anImg
from aVoxelBuffer
with an unsigned short data-type.static net.imglib2.img.Img
<net.imglib2.type.numeric.integer.UnsignedShortType> ConvertToImg.fromShort
(Voxels<UnsignedShortBuffer> voxels) Creates anImg
fromVoxels
with an unsigned short data-type.static net.imglib2.img.NativeImg
<net.imglib2.type.numeric.integer.UnsignedShortType, net.imglib2.img.basictypeaccess.array.ShortArray> ConvertToNativeImg.fromShort
(Voxels<UnsignedShortBuffer> voxels) Creates anNativeImg
fromVoxels
with an unsigned short data-type. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.extracter
Methods in org.anchoranalysis.image.voxel.extracter that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelsExtracter
<UnsignedShortBuffer> VoxelsExtracterFactory.createUnsignedShort
(Voxels<UnsignedShortBuffer> voxels) Create voxels-extracter forUnsignedShortBuffer
.Method parameters in org.anchoranalysis.image.voxel.extracter with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelsExtracter
<UnsignedShortBuffer> VoxelsExtracterFactory.createUnsignedShort
(Voxels<UnsignedShortBuffer> voxels) Create voxels-extracter forUnsignedShortBuffer
. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.factory
Methods in org.anchoranalysis.image.voxel.factory that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionVoxelsFactory.getUnsignedShort()
A factory that creates voxels of type unsigned short. -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.projection
Methods in org.anchoranalysis.image.voxel.projection that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionMeanIntensityProjection.createUnsignedShort
(Extent extent) abstract ProjectableBuffer
<UnsignedShortBuffer> Projection.createUnsignedShort
(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned short voxels.StandardDeviationIntensityProjection.createUnsignedShort
(Extent extent) -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.projection.extrema
Methods in org.anchoranalysis.image.voxel.projection.extrema that return types with arguments of type UnsignedShortBuffer -
Uses of UnsignedShortBuffer in org.anchoranalysis.image.voxel.resizer
Methods in org.anchoranalysis.image.voxel.resizer that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionprotected abstract VoxelBuffer
<UnsignedShortBuffer> VoxelsResizer.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) Interpolates fromvoxelsSource
tovoxelsDestination
for unsigned 16-bit buffers.protected VoxelBuffer
<UnsignedShortBuffer> VoxelsResizerExecutionTime.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) VoxelsResizerImgLib2.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) VoxelsResizerNone.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) Method parameters in org.anchoranalysis.image.voxel.resizer with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionprotected abstract VoxelBuffer
<UnsignedShortBuffer> VoxelsResizer.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) Interpolates fromvoxelsSource
tovoxelsDestination
for unsigned 16-bit buffers.protected VoxelBuffer
<UnsignedShortBuffer> VoxelsResizerExecutionTime.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) VoxelsResizerImgLib2.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) VoxelsResizerNone.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) -
Uses of UnsignedShortBuffer in org.anchoranalysis.io.bioformats.copyconvert.toshort
Methods in org.anchoranalysis.io.bioformats.copyconvert.toshort with parameters of type UnsignedShortBufferModifier and TypeMethodDescriptionprotected void
ToUnsignedShort.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedShortBuffer destination, OrientationChange orientationCorrection) protected void
ToUnsignedShort.copyKeepOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedShortBuffer destination) -
Uses of UnsignedShortBuffer in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelBuffer
<UnsignedShortBuffer> ConvertToVoxelBuffer.asShort
(ij.process.ImageProcessor processor) Convert aImageProcessor
toVoxelBuffer<UnsignedShortBuffer>
Method parameters in org.anchoranalysis.io.imagej.convert with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic ij.process.ImageProcessor
ConvertToImageProcessor.fromShort
(SliceBufferIndex<UnsignedShortBuffer> pixelsForSlice, int z) static ij.process.ImageProcessor
ConvertToImageProcessor.fromShort
(VoxelBuffer<UnsignedShortBuffer> slice, Extent extent) Creates aImageProcessor
from voxel-buffer (of typeShortBuffer
) that is already a slice. -
Uses of UnsignedShortBuffer in org.anchoranalysis.io.imagej.resizer
Methods in org.anchoranalysis.io.imagej.resizer that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionVoxelsResizerImageJ.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) Method parameters in org.anchoranalysis.io.imagej.resizer with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionVoxelsResizerImageJ.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) -
Uses of UnsignedShortBuffer in org.anchoranalysis.plugin.opencv.convert
Methods in org.anchoranalysis.plugin.opencv.convert that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic VoxelBuffer
<UnsignedShortBuffer> VoxelBufferFromMat.unsignedShortFromMat
(org.opencv.core.Mat mat, Extent extent) Method parameters in org.anchoranalysis.plugin.opencv.convert with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic org.opencv.core.Mat
ConvertToMat.fromVoxelBufferShort
(VoxelBuffer<UnsignedShortBuffer> voxelBuffer, Extent extent) static org.opencv.core.Mat
ConvertToMat.fromVoxelsShort
(Voxels<UnsignedShortBuffer> voxels) -
Uses of UnsignedShortBuffer in org.anchoranalysis.plugin.opencv.resizer
Methods in org.anchoranalysis.plugin.opencv.resizer that return types with arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionprotected VoxelBuffer
<UnsignedShortBuffer> VoxelsResizerOpenCV.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination) Method parameters in org.anchoranalysis.plugin.opencv.resizer with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionprotected VoxelBuffer
<UnsignedShortBuffer> VoxelsResizerOpenCV.resizeShort
(VoxelBuffer<UnsignedShortBuffer> voxelsSource, VoxelBuffer<UnsignedShortBuffer> voxelsDestination, Extent extentSource, Extent extentDestination)