Class | Description |
---|---|
AbstractSortedGrayLevelIterator<T extends IntegerType<T>> |
Iterate over all pixels ordered by their gray level
|
AbstractSpecialCursor<T extends Type<T>> |
This abstract cursor offer facilities for specialized cursor that are based
on a
LocalizableByDimCursor whose iteration domain is imposed. |
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. |
DiscCursor<T extends RealType<T>> |
TODO
|
DomainCursor<T extends Type<T>> |
Abstract class for
CoordsCursor s that iterate over a domain which size can be
determined by a single parameter. |
HyperSphereIterator<T extends Type<T>> |
Iterate over all pixels in an n-dimensional sphere.
|
LocalNeighborhoodCursor<T extends Type<T>> |
TODO
|
LocalNeighborhoodCursor3D<T extends Type<T>> |
TODO
|
LocalNeighborhoodCursor3DOptimized<T extends Type<T>> |
TODO
|
LocalNeighborhoodCursorFactory |
TODO
|
RegionOfInterestCursor<T extends Type<T>> |
TODO
|
SortedGrayLevelIteratorAllContainers<T extends IntegerType<T>> |
Iterate over all pixels ordered by their gray level
|
SortedGrayLevelIteratorArrayContainerOnly<T extends IntegerType<T>> |
Iterate over all pixels ordered by their gray level
|
SortedGrayLevelIteratorFactory<T extends IntegerType<T>> |
TODO
|
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. |
Utils |
Util class made of static methods, meant to simplify the writing of special cursors.
|
Copyright © 2015–2021 Fiji. All rights reserved.