Constructor and Description |
---|
Histogram(HistogramBinFactory<T> factory,
Cursor<T> c)
Create a Histogram using the given factory, calculating from the given
Cursor.
|
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
Container.createCursor(Image<T> image) |
Modifier and Type | Method and Description |
---|---|
A |
DirectAccessContainer.update(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
A |
Array.update(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
A |
CellContainer.update(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
ShortDynamicContainerAccessor |
ShortDynamicContainer.update(Cursor<?> c) |
LongDynamicContainerAccessor |
LongDynamicContainer.update(Cursor<?> c) |
IntDynamicContainerAccessor |
IntDynamicContainer.update(Cursor<?> c) |
FloatDynamicContainerAccessor |
FloatDynamicContainer.update(Cursor<?> c) |
DoubleDynamicContainerAccessor |
DoubleDynamicContainer.update(Cursor<?> c) |
CharDynamicContainerAccessor |
CharDynamicContainer.update(Cursor<?> c) |
ByteDynamicContainerAccessor |
ByteDynamicContainer.update(Cursor<?> c) |
BitDynamicContainerAccessor |
BitDynamicContainer.update(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
A |
PlanarContainer.update(Cursor<?> c) |
Modifier and Type | Interface and Description |
---|---|
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 |
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 | 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 | Field and Description |
---|---|
protected ArrayList<Cursor<T>> |
Image.cursors |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
Image.createCursor()
Return a
Cursor that will traverse the image's pixel data in a memory-optimized fashion. |
Modifier and Type | Method and Description |
---|---|
ArrayList<Cursor<T>> |
Image.getActiveCursors()
|
ArrayList<Cursor<T>> |
Image.getCursors()
|
Modifier and Type | Method and Description |
---|---|
protected void |
Image.addCursor(Cursor<T> c)
|
protected void |
Image.removeCursor(Cursor<T> c)
|
Modifier and Type | Method and Description |
---|---|
void |
Image.getCursors(Collection<Cursor<T>> collection)
Put all
Cursor s currently instantiated into a Collection . |
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 | Method and Description |
---|---|
void |
LabelingType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
OutOfBoundsStrategy.getParentCursor() |
Constructor and Description |
---|
OutOfBoundsStrategy(Cursor<T> parentCursor) |
OutOfBoundsStrategyValue(Cursor<T> parentCursor,
T value) |
Modifier and Type | Method and Description |
---|---|
void |
Type.updateContainer(Cursor<?> c)
|
Modifier and Type | Method and Description |
---|---|
void |
FakeType.updateContainer(Cursor<?> c) |
void |
BasePairCharType.updateContainer(Cursor<?> c) |
void |
BasePairBitType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
BitType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
RGBALegacyType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexFloatType.updateContainer(Cursor<?> c) |
void |
ComplexDoubleType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
Unsigned12BitType.updateContainer(Cursor<?> c) |
void |
LongType.updateContainer(Cursor<?> c) |
void |
GenericShortType.updateContainer(Cursor<?> c) |
void |
GenericIntType.updateContainer(Cursor<?> c) |
void |
GenericByteType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
FloatType.updateContainer(Cursor<?> c) |
void |
DoubleType.updateContainer(Cursor<?> c) |
Modifier and Type | Method and Description |
---|---|
void |
Process.findCursors(Collection<Cursor<?>> cursors) |
Modifier and Type | Method and Description |
---|---|
void |
RGBA.findCursors(Collection<Cursor<?>> cursors) |
void |
HSB.findCursors(Collection<Cursor<?>> cursors) |
Modifier and Type | Field and Description |
---|---|
protected Cursor<? extends RGBALegacyType> |
RGBAOp.c |
Modifier and Type | Method and Description |
---|---|
void |
RGBAOp.findCursors(Collection<Cursor<?>> cursors) |
void |
ColorFunction.Channel.findCursors(Collection<Cursor<?>> cursors) |
Modifier and Type | Method and Description |
---|---|
void |
UnaryOperation.findCursors(Collection<Cursor<?>> cursors) |
void |
NumberFunction.findCursors(Collection<Cursor<?>> cursors) |
void |
ImageFunction.findCursors(Collection<Cursor<?>> cursors) |
void |
IFunction.findCursors(Collection<Cursor<?>> cursors)
Put any cursors in use by this function (and any nested functions) in @param cursors.
|
void |
BinaryOperation.findCursors(Collection<Cursor<?>> cursors) |
Copyright © 2015–2021 Fiji. All rights reserved.