Uses of Class
org.anchoranalysis.image.voxel.object.ObjectMask

Packages that use ObjectMask
Package
Description
Data-structures to store and manipulate image raster-data or voxels.
Arithmetic operations for Voxels.
Assigns values to some or all voxels.
Methods to read/copy/duplicate portions of voxels.
Methods to find or count voxels that satisfy a predicate.
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.
Kernels to count the number of voxels that are equal to a particular value.
A region in proximity to a voxel, encompassing this voxel as well as others.
The fundamental data class that is an ObjectMask and related structures.
Thresholding operations on voxels.