Modifier and Type | Class and Description |
---|---|
class |
LocalizablePoint
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DifferenceOfGaussianPeak<T extends NumericType<T>>
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cursor<T extends Type<T>>
The Cursor interface
|
interface |
Localizable
The
Localizable interface add functionality to return
the current position. |
interface |
LocalizableByDim
TODO
|
interface |
LocalizableByDimCursor<T extends Type<T>>
TODO
|
interface |
LocalizableByDimCursor3D<T extends Type<T>>
TODO
|
interface |
LocalizableCursor<T extends Type<T>>
TODO
|
interface |
LocalizableCursor3D<T extends Type<T>>
TODO
|
interface |
LocalizablePlane
TODO
|
interface |
LocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
CursorImpl<T extends Type<T>>
We use the class
CursorImpl instead of implementing methods here so that other classes can
only implement Cursor and extend other classes instead. |
Modifier and Type | Class and Description |
---|---|
class |
Array3DLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
Array3DLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
Array3DLocalizableCursor<T extends Type<T>>
TODO
|
class |
ArrayCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizableCursor<T extends Type<T>>
TODO
|
class |
ArrayLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
CellCursor<T extends Type<T>>
TODO
|
class |
CellLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
CellLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
CellLocalizableCursor<T extends Type<T>>
TODO
|
class |
CellLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantCursor<T extends Type<T>>
A simple Cursor that always returns the same value at each location, but iterates the right amount of
pixels relative to its size.
|
class |
ConstantLocalizableByDimCursor<T extends Type<T>>
A simple
LocalizableByDimCursor that always returns the same value at each position. |
class |
ConstantLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
A simple
LocalizableByDimCursorOutOfBoundsCursor that always returns the same value at each position. |
class |
ConstantLocalizableCursor<T extends Type<T>>
A simple LocalizableCursor that always returns the same value at each location, but iterates the right amount of
pixels relative to its size and localizes itself properly.
|
class |
ConstantLocalizablePlaneCursor<T extends Type<T>>
A simple
LocalizablePlaneCursor that always returns the same value at each position. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizableCursor<T extends Type<T>>
TODO
|
class |
DynamicLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusCursor<T extends Type<T>>
Basic Iterator for a
ImagePlusContainers |
class |
ImagePlusCursor2D<T extends Type<T>>
Basic Iterator for 2d
ImagePlusContainers |
class |
ImagePlusLocalizableByDimCursor<T extends Type<T>>
Positionable for a
ImagePlusContainers |
class |
ImagePlusLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
Positionable with OutOfBoundsStrategy for a
ImagePlusContainers |
class |
ImagePlusLocalizableCursor<T extends Type<T>>
Localizing Iterator for a
ImagePlusContainers |
class |
ImagePlusLocalizablePlaneCursor<T extends Type<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
CursorLink
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
GenericCursorLink<T extends Type<T>>
TODO
|
class |
NullLink
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
PlanarCursor<T extends Type<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarCursor2D<T extends Type<T>>
Basic Iterator for 2d
PlanarContainers |
class |
PlanarLocalizableByDimCursor<T extends Type<T>>
Positionable for a
PlanarContainers |
class |
PlanarLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
Positionable with OutOfBoundsStrategy for a
PlanarContainers |
class |
PlanarLocalizableCursor<T extends Type<T>>
Localizing Iterator for a
PlanarContainers |
class |
PlanarLocalizablePlaneCursor<T extends Type<T>> |
Modifier and Type | Class and Description |
---|---|
class |
ShapeListCachedLocalizableByDimCursor<T extends Type<T>>
TODO
|
class |
ShapeListCachedLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
ShapeListCachedLocalizablePlaneCursor<T extends Type<T>>
TODO
|
class |
ShapeListLocalizableByDimCursor<T extends Type<T>> |
class |
ShapeListLocalizableByDimOutOfBoundsCursor<T extends Type<T>>
TODO
|
class |
ShapeListLocalizablePlaneCursor<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSortedGrayLevelIterator<T extends IntegerType<T>>
Iterate over all pixels ordered by their gray level
|
class |
AbstractSpecialCursor<T extends Type<T>>
This abstract cursor offer facilities for specialized cursor that are based
on a
LocalizableByDimCursor whose iteration domain is imposed. |
class |
CoordsCursor<T extends Type<T>>
Abstract cursor that offers facilities to move the cursor origin (whatever this means
for the concrete implementation) by giving physical coordinates, converted
using a calibration
float[] array. |
class |
DiscCursor<T extends RealType<T>>
TODO
|
class |
DomainCursor<T extends Type<T>>
Abstract class for
CoordsCursor s that iterate over a domain which size can be
determined by a single parameter. |
class |
HyperSphereIterator<T extends Type<T>>
Iterate over all pixels in an n-dimensional sphere.
|
class |
LocalNeighborhoodCursor<T extends Type<T>>
TODO
|
class |
LocalNeighborhoodCursor3D<T extends Type<T>>
TODO
|
class |
LocalNeighborhoodCursor3DOptimized<T extends Type<T>>
TODO
|
class |
RegionOfInterestCursor<T extends Type<T>>
TODO
|
class |
SortedGrayLevelIteratorAllContainers<T extends IntegerType<T>>
Iterate over all pixels ordered by their gray level
|
class |
SortedGrayLevelIteratorArrayContainerOnly<T extends IntegerType<T>>
Iterate over all pixels ordered by their gray level
|
class |
SphereCursor<T extends Type<T>>
This class implements a
LocalizableCursor that iterates over all the pixel within the volume
of a 3D ball, whose center and radius are given at construction. |
Modifier and Type | Class and Description |
---|---|
class |
LocalizableLabelingCursor<T extends Comparable<T>>
A cursor that only visits labeled pixels.
|
class |
LocalizableLabelingPerimeterCursor<T extends Comparable<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Peak |
Copyright © 2015–2021 Fiji. All rights reserved.