Uses of Interface
org.anchoranalysis.image.voxel.neighborhood.Neighborhood
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator.neighbor |
Iterating over a point's neighboring voxels.
|
| org.anchoranalysis.image.voxel.neighborhood |
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 Neighborhood Modifier and Type Method Description static <T> TIterateVoxelsNeighbors. 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 Neighborhood Modifier and Type Method Description static NeighborhoodNeighborhoodFactory. of(boolean big)Gets an appropriate neighborhood