Uses of Interface
org.anchoranalysis.image.voxel.neighborhood.Neighborhood
Packages that use Neighborhood
Package
Description
Iterating over a point's neighboring voxels.
A region in proximity to a voxel, encompassing this voxel as well as others.
-
Uses of Neighborhood in org.anchoranalysis.image.voxel.iterator.neighbor
Methods in org.anchoranalysis.image.voxel.iterator.neighbor with parameters of type NeighborhoodModifier and TypeMethodDescriptionstatic <T> T
IterateVoxelsNeighbors.callEachPointInNeighborhood
(Point3i sourcePoint, Neighborhood neighborhood, boolean do3D, ProcessVoxelNeighbor<T> process, int sourceValue, int sourceOffsetXY) Iterate over each point in the neighborhood of an existing point. -
Uses of Neighborhood in org.anchoranalysis.image.voxel.neighborhood
Methods in org.anchoranalysis.image.voxel.neighborhood that return NeighborhoodModifier and TypeMethodDescriptionstatic Neighborhood
NeighborhoodFactory.of
(boolean big) Gets an appropriate neighborhood