Uses of Interface
org.anchoranalysis.image.voxel.extracter.predicate.VoxelsPredicate
| Package | Description |
|---|---|
| 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.object |
The fundamental data class that is an
ObjectMask
and related structures. |
-
Uses of VoxelsPredicate in org.anchoranalysis.image.voxel.extracter
Methods in org.anchoranalysis.image.voxel.extracter that return VoxelsPredicate Modifier and Type Method Description VoxelsPredicateVoxelsExtracter. voxelsEqualTo(int equalToValue)Operations on whether particular voxels are equal to a particular value.VoxelsPredicateVoxelsExtracter. voxelsGreaterThan(int threshold)Operations on whether particular voxels are greater than a threshold (but not equal to). -
Uses of VoxelsPredicate in org.anchoranalysis.image.voxel.extracter.predicate
Classes in org.anchoranalysis.image.voxel.extracter.predicate that implement VoxelsPredicate Modifier and Type Class Description classPredicateAtCornerProjects aVoxelsPredicateto a corner in a larger global spaceclassPredicateImplementation<T>Implementation ofVoxelsPredicatefor a particularVoxels.Constructors in org.anchoranalysis.image.voxel.extracter.predicate with parameters of type VoxelsPredicate Constructor Description PredicateAtCorner(ReadableTuple3i corner, VoxelsPredicate delegate) -
Uses of VoxelsPredicate in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object that return VoxelsPredicate Modifier and Type Method Description VoxelsPredicateObjectMask. voxelsOff()Provides aVoxelsPredicatethat finds or counts all off voxels in the object-mask.VoxelsPredicateObjectMask. voxelsOn()Provides aVoxelsPredicatethat finds or counts all on voxels in the object-mask.