Uses of Package
org.anchoranalysis.image.voxel.object
| 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.connected | |
| 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.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.iterator.neighbor |
Iterating over a point's neighboring voxels.
|
| org.anchoranalysis.image.voxel.kernel.count |
Kernels to count the number of voxels that are equal to a particular value.
|
| org.anchoranalysis.image.voxel.neighborhood |
A region in proximity to a voxel, encompassing this voxel as well as others.
|
| org.anchoranalysis.image.voxel.object |
The fundamental data class that is an
ObjectMask
and related structures. |
| org.anchoranalysis.image.voxel.object.morphological |
Morphological operations
applied to
ObjectMasks. |
| org.anchoranalysis.image.voxel.thresholder |
Thresholding operations on voxels.
|
-
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.arithmetic Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.assigner Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.binary.connected Class Description ObjectCollection A collection ofObjectMasks. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.extracter Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.extracter.predicate Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.iterator Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.iterator.intersecting Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.iterator.neighbor Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.kernel.count Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.neighborhood Class Description ObjectCollection A collection ofObjectMasks.ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.object Class Description IntersectingObjects A data-structure to efficiently determine which object-masks intersect in a collection.ObjectCollection A collection ofObjectMasks.ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box.ObjectMaskStream A custom "stream" like class for various functional-programming operations onObjectCollection -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.object.morphological Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box. -
Classes in org.anchoranalysis.image.voxel.object used by org.anchoranalysis.image.voxel.thresholder Class Description ObjectMask A localized-mask in an image, expressed as aBoundingBox, with a corresponding mask sized to match the bounding-box.