Uses of Interface
org.anchoranalysis.image.voxel.extracter.predicate.VoxelsPredicate
Packages that use VoxelsPredicate
Package
Description
The
Channel
core data-class and related operations
and converters.An image with only two permissible states.
Methods to read/copy/duplicate portions of voxels.
Methods to find or count voxels that satisfy a predicate.
The fundamental data class that is an
ObjectMask
and related structures.-
Uses of VoxelsPredicate in org.anchoranalysis.image.core.channel
Methods in org.anchoranalysis.image.core.channel that return VoxelsPredicateModifier and TypeMethodDescriptionChannel.voxelsEqualTo
(int equalToValue) Operations on whether particular voxels are equal to a particular value.Channel.voxelsGreaterThan
(int threshold) Operations on whether particular voxels are greater than a threshold (but not equal to). -
Uses of VoxelsPredicate in org.anchoranalysis.image.core.mask
Methods in org.anchoranalysis.image.core.mask that return VoxelsPredicate -
Uses of VoxelsPredicate in org.anchoranalysis.image.voxel.extracter
Methods in org.anchoranalysis.image.voxel.extracter that return VoxelsPredicateModifier and TypeMethodDescriptionVoxelsExtracter.voxelsEqualTo
(int equalToValue) Operations on whether particular voxels are equal to a particular value.VoxelsExtracter.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 VoxelsPredicateModifier and TypeClassDescriptionclass
Projects aVoxelsPredicate
to a corner in a larger global spaceclass
Implementation ofVoxelsPredicate
for a particularVoxels
.Constructors in org.anchoranalysis.image.voxel.extracter.predicate with parameters of type VoxelsPredicateModifierConstructorDescriptionPredicateAtCorner
(ReadableTuple3i corner, VoxelsPredicate delegate) Creates a newPredicateAtCorner
instance. -
Uses of VoxelsPredicate in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object that return VoxelsPredicateModifier and TypeMethodDescriptionObjectMask.voxelsOff()
Provides aVoxelsPredicate
that finds or counts all off voxels in the object-mask.ObjectMask.voxelsOn()
Provides aVoxelsPredicate
that finds or counts all on voxels in the object-mask.