Uses of Interface
org.anchoranalysis.image.voxel.iterator.predicate.PredicateBufferBinary
Packages that use PredicateBufferBinary
Package
Description
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.Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
-
Uses of PredicateBufferBinary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type PredicateBufferBinaryModifier and TypeMethodDescriptionIterateVoxelsBoundingBox.withTwoBuffersUntil
(BoundingBox box, ReadableTuple3i shiftForSecond, Voxels<T> voxels1, Voxels<T> voxels2, PredicateBufferBinary<T> predicate) Iterate over each voxel in a bounding-box - with two associated buffers for each slice - until a predicate evaluates to true. -
Uses of PredicateBufferBinary in org.anchoranalysis.image.voxel.iterator.intersecting
Methods in org.anchoranalysis.image.voxel.iterator.intersecting with parameters of type PredicateBufferBinaryModifier and TypeMethodDescriptionIterateVoxelsIntersectingBounded.withTwoBuffersUntil
(BoundedVoxels<T> voxels1, BoundedVoxels<T> voxels2, PredicateBufferBinary<T> predicate) Iterates over the intersection of two bounded-voxels of typeBoundedVoxels
until a predicate is satisfied. -
Uses of PredicateBufferBinary in org.anchoranalysis.image.voxel.iterator.predicate
Methods in org.anchoranalysis.image.voxel.iterator.predicate that return PredicateBufferBinaryModifier and TypeMethodDescriptiondefault PredicateBufferBinary
<UnsignedByteBuffer> PredicateTwoBytes.deriveUnsignedBytePredicate()
Derives a predicate with a different interface for operating onUnsignedByteBuffer
.