Package org.anchoranalysis.image.voxel.iterator.neighbor
Iterating over a point's neighboring voxels.
-
Interface Summary Interface Description ProcessChangedPointAbsoluteMasked<T> Processes a point which has been translated (changed) relative to another point - and includes global coordinates and includes an object-mask buffer.ProcessVoxelNeighbor<T> Processes a point that is an neighbor of another.ProcessVoxelNeighborAbsolute<T> Processes a point that is a neighbor of another - includes global (absolute) coordinates for this point. -
Class Summary Class Description IterateVoxelsNeighbors Utilities for iterating over the neighboring voxels to a given point.ProcessVoxelNeighborAbsoluteWithSlidingBuffer<T> LikeProcessVoxelNeighborAbsolutebut additionally includes aSlidingBuffer.ProcessVoxelNeighborFactory CreatesProcessVoxelNeighborto match certain circumstances.