Uses of Interface
org.anchoranalysis.image.voxel.iterator.predicate.PredicateTwoBytes
Packages that use PredicateTwoBytes
Package
Description
Like
org.anchoranalysis.image.voxel.iterator
but refers to iterators that operation over
the intersecting regions of two entities.-
Uses of PredicateTwoBytes in org.anchoranalysis.image.voxel.iterator.intersecting
Methods in org.anchoranalysis.image.voxel.iterator.intersecting with parameters of type PredicateTwoBytesModifier and TypeMethodDescriptionstatic int
CountVoxelsIntersectingBounded.countByte
(BoundedVoxels<UnsignedByteBuffer> voxels1, BoundedVoxels<UnsignedByteBuffer> voxels2, PredicateTwoBytes predicate) Counts all voxels in the intersection of two bounded-voxels of typeBoundedVoxels
that match a predicate.static int
CountVoxelsIntersectingBounded.countByteMasked
(Voxels<UnsignedByteBuffer> maskGlobal, byte onMaskGlobal, BoundedVoxels<UnsignedByteBuffer> voxels1, BoundedVoxels<UnsignedByteBuffer> voxels2, PredicateTwoBytes predicate) Counts all voxels intersection of two bounded-voxels of typeBoundedVoxels
but only voxels that lie on an object-mask and match a predicate.