Modifier and Type | Class and Description |
---|---|
class |
FinalInterval
Implementation of the
Interval interface. |
class |
PointSampleList<T>
A list of data samples at explicit
integer coordinates . |
Modifier and Type | Class and Description |
---|---|
class |
IterableRandomAccessibleFunction<C extends RealType<C>,O extends RealType<O>>
|
class |
IterableRandomAccessibleFunctionDouble<O extends RealType<O>> |
Modifier and Type | Class and Description |
---|---|
static class |
DiamondShape.NeighborhoodsIterableInterval<T> |
static class |
DiamondTipsShape.NeighborhoodsIterableInterval<T> |
static class |
HorizontalLineShape.NeighborhoodsIterableInterval<T> |
static class |
HyperSphereShape.NeighborhoodsIterableInterval<T> |
static class |
PairOfPointsShape.NeighborhoodsIterableInterval<T> |
static class |
PeriodicLineShape.NeighborhoodsIterableInterval<T> |
static class |
RectangleShape.NeighborhoodsIterableInterval<T> |
Modifier and Type | Class and Description |
---|---|
class |
SingleCellArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
A
NativeImg representing a single cell of an AbstractCellImg . |
Modifier and Type | Class and Description |
---|---|
class |
NtreeCursor<T extends NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
IntervalIterator
Use this class to iterate a virtual
Interval in flat order, that is:
row by row, plane by plane, cube by cube, ... |
class |
LocalizingIntervalIterator
Use this class to iterate a virtual
Interval in flat order, that is:
row by row, plane by plane, cube by cube, ... |
class |
LocalizingZeroMinIntervalIterator
Use this class to iterate a virtual rectangular
Interval whose
min coordinates are at 0n in flat order, that
is: row by row, plane by plane, cube by cube, ... |
class |
OffsetableIntervalIterator
A
IntervalIterator that has an adjustable offset |
class |
OffsetableLocalizingIntervalIterator
A
LocalizingIntervalIterator that has an adjustable offset |
class |
ZeroMinIntervalIterator
Use this class to iterate a virtual rectangular
Interval whose
min coordinates are at 0n in flat order, that
is: row by row, plane by plane, cube by cube, ... |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLabeling<T extends Comparable<T>>
Deprecated.
|
class |
AbstractNativeLabeling<T extends Comparable<T>>
Deprecated.
|
class |
NativeImgLabeling<T extends Comparable<T>,I extends IntegerType<I>>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
IterableLine
An immutable line sampled on integer position.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundingBox
A bounding box
Interval around a region that is build by
aggregating positions contained in the region. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMaskInterval |
Modifier and Type | Class and Description |
---|---|
class |
IntervalView<T>
IntervalView is a view that puts
Interval boundaries on its source
RandomAccessible . |
class |
RandomAccessibleIntervalCursor<T>
A
Cursor that iterates any RandomAccessibleInterval by moving
a RandomAccess in flat iteration order. |
class |
StackView<T>
A stack of n-dimensional
RandomAccessibleInterval s, forming
a (n+1)-dimensional RandomAccessibleInterval . |
Copyright © 2015–2022 ImgLib2. All rights reserved.