Uses of Interface
org.anchoranalysis.image.voxel.iterator.neighbor.ProcessChangedPointAbsoluteMasked
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator.neighbor |
Iterating over a point's neighboring voxels.
|
-
Uses of ProcessChangedPointAbsoluteMasked in org.anchoranalysis.image.voxel.iterator.neighbor
Methods in org.anchoranalysis.image.voxel.iterator.neighbor with parameters of type ProcessChangedPointAbsoluteMasked Modifier and Type Method Description static <T> ProcessVoxelNeighbor<T>ProcessVoxelNeighborFactory. withinMask(ObjectMask object, ProcessChangedPointAbsoluteMasked<T> process)Creates to process neighbors that must lie within anObjectMask.