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 aUnsignedShortBufferif 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 VoxelsArithmeticVoxelsArithmeticFactory.createUnsignedShort(Extent extent, IntFunction<UnsignedShortBuffer> bufferForSlice) Create aVoxelsArithmeticforUnsignedShortBuffer. -
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 VoxelsAssignerVoxelsAssignerFactory.createUnsignedShort(Voxels<UnsignedShortBuffer> voxels, int valueToAssign) Create aVoxelsAssignerfor 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 UnsignedShortBufferUnsignedShortBuffer.allocate(int capacity) Allocates a new (direct) buffer of unsigned-shorts.static UnsignedShortBufferUnsignedShortBuffer.wrapRaw(short[] array) Exposes a raw short-array as a buffer with unsigned-shorts.static UnsignedShortBufferUnsignedShortBuffer.wrapRaw(ShortBuffer bufferRaw) Exposes a rawUnsignedShortBufferas a buffer with unsigned-shorts.Methods in org.anchoranalysis.image.voxel.buffer.primitive with parameters of type UnsignedShortBufferModifier and TypeMethodDescriptionvoidUnsignedShortBuffer.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 TypeMethodDescriptionvoidFromShort.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 voidToUnsignedShortNoScaling.convertFloat(FloatBuffer in, UnsignedShortBuffer out) protected voidToUnsignedShortScaleByType.convertFloat(FloatBuffer in, UnsignedShortBuffer out) Converts the current position in aFloatBufferto the current position in aUnsignedShortBuffer.protected voidToUnsignedShortNoScaling.convertUnsignedByte(UnsignedByteBuffer in, UnsignedShortBuffer out) protected voidToUnsignedShortScaleByType.convertUnsignedByte(UnsignedByteBuffer in, UnsignedShortBuffer out) protected voidToUnsignedShortNoScaling.convertUnsignedInt(UnsignedIntBuffer in, UnsignedShortBuffer out) protected voidToUnsignedShortScaleByType.convertUnsignedInt(UnsignedIntBuffer in, UnsignedShortBuffer out) protected voidToFloatNoScaling.convertUnsignedShort(UnsignedShortBuffer in, FloatBuffer out) protected voidToUnsignedByteNoScaling.convertUnsignedShort(UnsignedShortBuffer in, UnsignedByteBuffer out) protected voidToUnsignedByteScaleByMaxValue.convertUnsignedShort(UnsignedShortBuffer in, UnsignedByteBuffer out) protected voidToUnsignedByteScaleByMinMaxValue.convertUnsignedShort(UnsignedShortBuffer in, UnsignedByteBuffer out) protected voidToUnsignedByteScaleByType.convertUnsignedShort(UnsignedShortBuffer in, UnsignedByteBuffer out) protected voidToUnsignedInt.convertUnsignedShort(UnsignedShortBuffer in, UnsignedIntBuffer out) protected voidToUnsignedShortNoScaling.convertUnsignedShort(UnsignedShortBuffer in, UnsignedShortBuffer out) protected voidToUnsignedShortScaleByType.convertUnsignedShort(UnsignedShortBuffer in, UnsignedShortBuffer out) protected abstract voidVoxelsConverter.convertUnsignedShort(UnsignedShortBuffer in, T out) Copies a value from the current position in aUnsignedShortBufferto the current position in a buffer of typeT.Method parameters in org.anchoranalysis.image.voxel.convert with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionvoidVoxelsConverter.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 BufferedImageBufferedImageFromVoxels.createGrayscaleShort(Voxels<UnsignedShortBuffer> voxels) Creates aBufferedImagefrom 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 anImgfrom aVoxelBufferwith an unsigned short data-type.static net.imglib2.img.Img<net.imglib2.type.numeric.integer.UnsignedShortType> ConvertToImg.fromShort(Voxels<UnsignedShortBuffer> voxels) Creates anImgfromVoxelswith 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 anNativeImgfromVoxelswith 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 fromvoxelsSourcetovoxelsDestinationfor 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 fromvoxelsSourcetovoxelsDestinationfor 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 voidToUnsignedShort.copyChangeOrientation(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedShortBuffer destination, OrientationChange orientationCorrection) protected voidToUnsignedShort.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 aImageProcessortoVoxelBuffer<UnsignedShortBuffer>Method parameters in org.anchoranalysis.io.imagej.convert with type arguments of type UnsignedShortBufferModifier and TypeMethodDescriptionstatic ij.process.ImageProcessorConvertToImageProcessor.fromShort(SliceBufferIndex<UnsignedShortBuffer> pixelsForSlice, int z) static ij.process.ImageProcessorConvertToImageProcessor.fromShort(VoxelBuffer<UnsignedShortBuffer> slice, Extent extent) Creates aImageProcessorfrom 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.MatConvertToMat.fromVoxelBufferShort(VoxelBuffer<UnsignedShortBuffer> voxelBuffer, Extent extent) static org.opencv.core.MatConvertToMat.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)