Package org.anchoranalysis.image.voxel.iterator.predicate
package org.anchoranalysis.image.voxel.iterator.predicate
Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
These interfaces are called from the iterators within
org.anchoranalysis.image.voxel.iterator
.
See org.anchoranalysis.image.voxel.iterator.process
for similar interfaces that do not
return a value
-
InterfacesClassDescriptionLike
ProcessBufferBinary
but returns a boolean.Processes aKernelPointCursor
and evaluates a predicate on the current position.LikePredicate
but takes two bytes as argument.