Uses of Interface
org.anchoranalysis.spatial.point.consumer.ScalarThreeDimensionalConsumer
Packages that use ScalarThreeDimensionalConsumer
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of ScalarThreeDimensionalConsumer in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ScalarThreeDimensionalConsumerModifier and TypeMethodDescriptionstatic void
IterateVoxelsEqualTo.equalToPrimitive
(Voxels<UnsignedByteBuffer> voxels, byte equalToValue, ScalarThreeDimensionalConsumer consumer) Iterates through all points with a specific voxel intensity-value, passing coordinates as primitive types.static void
IterateVoxelsEqualTo.equalToPrimitiveSlice
(Voxels<UnsignedByteBuffer> voxels, int sliceIndex, byte equalToValue, ScalarThreeDimensionalConsumer consumer)