Uses of Package
org.anchoranalysis.image.voxel.buffer.primitive
Packages that use org.anchoranalysis.image.voxel.buffer.primitive
Package
Description
Base classes to perform binary-segmentation.
Base classes for thresholding and calculating levels for thresholding.
Conversions and operations involving Java AWT's
BufferedImage
.Converts a channel to other data-types.
Converts a channel to another data-type based upon a
Channel
to which it is attached.Converts a channel to another data-type based upon a
Histogram
to which it is attached.An image with only two permissible states.
Binary operations involving voxelwise combination of
Mask
.An
ObjectCollection
with associated key-value
pairs.Defines the key data object,
Stack
, and related
classes.Non-beans pertaining to segmentation of images via model inference.
Data-structures to store and manipulate image raster-data or voxels.
Arithmetic operations for
Voxels
.Assigns values to some or all voxels.
The
BinaryVoxels
class and related operations.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.Utilities to iterate over voxel-locations in images and sub-regions of images.
Like
org.anchoranalysis.image.voxel.iterator
but refers to iterators that operation over
the intersecting regions of two entities.Iterating over a point's neighboring voxels.
Routines for moving a
KernelPointCursor
around the
neighboring voxels of the point.Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
Applying a kernel via
convolution to voxels.
Kernels that apply morphological operations.
Kernel to find outline voxels on an object.
The fundamental data class that is an
ObjectMask
and related structures.Morphological operations
applied to
ObjectMask
s.Predicates to match certain voxels as used in
org.anchoranalysis.image.voxel.object.morphological
.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.
Thresholding operations on voxels.
Converts the byte stream opened by Bioformats into channels of
ByteBuffer
.Converts the byte stream opened by Bioformats into channels of
IntBuffer
.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.
A mark after a voxel-representation has been inferred.
Calculating overlaps between two
Mark
s.Euclidean Distance Transform
implementations via FIJI.
Implementations of
Thresholder
that use FIJI.Implementations of
ConvertChannelTo
and ConvertChannelToWithHistogram
.Implementations of
BinarySegmentation
.Non-beans pertaining to segmenting a z-stack slice-by-slice.
Encoding voxels in a watershed-transformation implementation.
Implementations of
Thresholder
that call ImageJ.Implementations of
ChannelProvider
that call ImageJ.Non-bean classes involving
ObjectMask
that call ImageJ.Conversion to/from OpenCV data-structures.
Interpolation non-beans that use OpenCV.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
-
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.bean.displayerClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.bean.segment.binaryClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.bean.thresholdClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.bufferedimageClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.channel.convertClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.channel.convert.attached.channelClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.channel.convert.attached.histogramClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.maskClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.mask.combineClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.object.propertiesClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.core.stackClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.inference.segmentClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxelClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.arithmeticClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.assignerClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.binaryClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.binary.connectedClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.bufferClassDescriptionBase class for buffers that represent an unsigned-type in the signed-equivalent-type NIO
Buffer
.Wraps aByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.buffer.primitiveClassDescriptionBase class for buffers that represent an unsigned-type in the signed-equivalent-type NIO
Buffer
.AUnsignedBuffer
that exposes its internal types asint
.Wraps aByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.buffer.sliceClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.convertClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.convert.bufferedimageClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.convert.imglib2ClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.extracterClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.factoryClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.iteratorClassDescriptionA
UnsignedBuffer
that exposes its internal types asint
.Wraps aByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.iterator.intersectingClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.iterator.neighborClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.iterator.neighbor.kernelClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.iterator.predicateClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.kernelClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.kernel.morphologicalClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.kernel.outlineClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.objectClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.object.morphologicalClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.object.morphological.predicateClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.projectionClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.projection.extremaClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.resizerClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.image.voxel.thresholderClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.io.bioformats.copyconvert.tobyteClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.io.bioformats.copyconvert.tointClassDescriptionWraps an
IntBuffer
but automatically performs conversion tolong
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.io.bioformats.copyconvert.toshortClassDescriptionWraps a
ShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.io.imagej.convertClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.io.imagej.resizerClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.mpp.mark.voxelizedClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.mpp.overlapClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.fiji.bean.channel.provider.distanceClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.fiji.bean.thresholdClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.image.bean.channel.convertClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.image.bean.segment.binaryClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.image.segment.thresholder.sliceClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.image.segment.watershed.encodingClassDescriptionWraps an
IntBuffer
but automatically performs conversion tolong
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.imagej.bean.thresholdClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.imagej.channel.providerClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.imagej.maskClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.opencv.convertClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.plugin.opencv.resizerClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.Wraps aShortBuffer
but automatically performs conversion toint
. -
Classes in org.anchoranalysis.image.voxel.buffer.primitive used by org.anchoranalysis.test.imageClassDescriptionWraps a
ByteBuffer
but automatically performs conversion toint
.