Uses of Package
org.anchoranalysis.image.voxel
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel |
Data-structures to store and manipulate image raster-data or 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.buffer |
A buffer of voxel-values, usually corresponding to a single z-slice in
Voxels. |
| org.anchoranalysis.image.voxel.convert |
Converting
Voxels to different data-types. |
| org.anchoranalysis.image.voxel.convert.bufferedimage |
Converts anchor data-structures to the
BufferedImage used by Java's AWT. |
| org.anchoranalysis.image.voxel.convert.imglib2 |
Converts anchor data-structures to those used by ImgLib2.
|
| org.anchoranalysis.image.voxel.extracter |
Methods to read/copy/duplicate portions of voxels.
|
| org.anchoranalysis.image.voxel.extracter.predicate |
Methods to find or count voxels that satisfy a predicate.
|
| org.anchoranalysis.image.voxel.factory |
Creates new instances of
Voxels and VoxelsUntyped with specific data-types. |
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
| org.anchoranalysis.image.voxel.iterator.intersecting |
Like
org.anchoranalysis.image.voxel.iterator but refers to iterators that operation over
the intersecting regions of two entities. |
| org.anchoranalysis.image.voxel.kernel |
Applying a kernel via
convolution to voxels.
|
| org.anchoranalysis.image.voxel.object |
The fundamental data class that is an
ObjectMask
and related structures. |
| org.anchoranalysis.image.voxel.resizer |
Different interpolator methods to use when scaling voxels.
|
| org.anchoranalysis.image.voxel.statistics |
Statistics about aggregated voxel intensities.
|
| org.anchoranalysis.image.voxel.thresholder |
Thresholding operations on voxels.
|
-
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel Class Description BoundedVoxels Voxelsthat exist within a particular bounding-box in an image.Voxels A box (3-dimensions) with voxel-data.VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.assigner Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.binary Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.buffer Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.convert Class Description Voxels A box (3-dimensions) with voxel-data.VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.convert.bufferedimage Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.convert.imglib2 Class Description Voxels A box (3-dimensions) with voxel-data.VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.extracter Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.extracter.predicate Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.factory Class Description BoundedVoxels Voxelsthat exist within a particular bounding-box in an image.Voxels A box (3-dimensions) with voxel-data.VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.iterator Class Description BoundedVoxels Voxelsthat exist within a particular bounding-box in an image.Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.iterator.intersecting Class Description BoundedVoxels Voxelsthat exist within a particular bounding-box in an image.Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.kernel Class Description Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.object Class Description BoundedVoxels Voxelsthat exist within a particular bounding-box in an image.Voxels A box (3-dimensions) with voxel-data. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.resizer Class Description VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.statistics Class Description VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers. -
Classes in org.anchoranalysis.image.voxel used by org.anchoranalysis.image.voxel.thresholder Class Description Voxels A box (3-dimensions) with voxel-data.VoxelsUntyped Stores memory buffers representing image voxels, without explicit typing of buffers.