Uses of Interface
org.anchoranalysis.image.voxel.iterator.neighbor.ProcessChangedPointAbsoluteMasked
Packages that use ProcessChangedPointAbsoluteMasked
Package
Description
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 ProcessChangedPointAbsoluteMaskedModifier and TypeMethodDescriptionstatic <T> ProcessVoxelNeighbor
<T> ProcessVoxelNeighborFactory.withinMask
(ObjectMask object, ProcessChangedPointAbsoluteMasked<T> process) Creates to process neighbors that must lie within anObjectMask
.