| Package | Description |
|---|---|
| net.imglib2.algorithm.region.localneighborhood |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedRectangularNeighborhood<T extends Type<T>> |
class |
EllipseNeighborhood<T> |
class |
EllipsoidNeighborhood<T>
This class implements a
IterableInterval representing the volume of a
3D ellipsoid. |
class |
HyperSphereNeighborhoodGPL<T>
Deprecated.
|
class |
RectangleNeighborhoodGPL<T>
A
Positionable IterableInterval that serves as a local
neighborhood, e.g. |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractNeighborhood<T> |
AbstractNeighborhoodCursor.neighborhood |
| Modifier and Type | Method and Description |
|---|---|
AbstractNeighborhood<T> |
RectangleNeighborhoodGPL.copy() |
AbstractNeighborhood<T> |
HyperSphereNeighborhoodGPL.copy()
Deprecated.
|
abstract AbstractNeighborhood<T> |
AbstractNeighborhood.copy()
Copies the
AbstractNeighborhood. |
| Constructor and Description |
|---|
AbstractNeighborhoodCursor(AbstractNeighborhood<T> neighborhood) |
EllipseCursor(AbstractNeighborhood<T> ellipse)
Construct a
EllipseCursor on an image |
EllipsoidCursor(AbstractNeighborhood<T> ellipsoid) |
RectangleCursor(AbstractNeighborhood<T> rectangle) |
Copyright © 2015–2022 ImgLib2. All rights reserved.