Modifier and Type | Interface and Description |
---|---|
interface |
Cursor<T>
A Cursor iterates over a set of Localizable elements, for example the image
values at the (integer) pixel positions of an image.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCursor<T>
Abstract implementation of
Cursor . |
class |
AbstractCursorInt<T>
Abstract implementation of
Cursor . |
class |
AbstractLocalizingCursor<T>
Abstract base class for localizing
Cursor s. |
class |
AbstractLocalizingCursorInt<T>
Abstract base class for localizing
Cursor s. |
class |
KDTree.KDTreeCursor |
class |
PointSampleList.PointSampleListCursor |
class |
RealPointSampleList.RealPointSampleListCursor |
Modifier and Type | Method and Description |
---|---|
RealCursor<T> |
RealPointSampleList.RealPointSampleListCursor.copy() |
RealCursor<T> |
RealPointSampleList.RealPointSampleListCursor.copyCursor() |
RealCursor<T> |
RealCursor.copyCursor() |
RealCursor<T> |
RealPointSampleList.cursor() |
RealCursor<T> |
IterableRealInterval.cursor()
Returns a
RealCursor that iterates with optimal speed without
calculating the location at each iteration step. |
RealCursor<T> |
RealPointSampleList.localizingCursor() |
RealCursor<T> |
IterableRealInterval.localizingCursor()
Returns a
RealLocalizable Iterator that calculates its
location at each iteration step. |
Modifier and Type | Method and Description |
---|---|
protected KDTree.SamplerNode<T> |
KDTree.makeSamplerNode(List<RealCursor<T>> elements,
int i,
int j,
int d)
Construct the tree by recursively adding nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionCursor<C extends RealType<C>,O extends RealType<O>> |
class |
FunctionCursorDouble<O extends RealType<O>> |
class |
FunctionCursorDoubleIncompatibleOrder<O extends RealType<O>> |
class |
FunctionCursorIncompatibleOrder<C extends RealType<C>,O extends RealType<O>> |
Modifier and Type | Class and Description |
---|---|
class |
DiamondNeighborhood.LocalCursor |
class |
DiamondNeighborhoodCursor<T> |
class |
DiamondTipsNeighborhood.LocalCursor |
class |
DiamondTipsNeighborhoodCursor<T> |
class |
HorizontalLineNeighborhood.LocalCursor |
class |
HorizontalLineNeighborhoodCursor<T> |
class |
HyperSphereNeighborhood.LocalCursor |
class |
HyperSphereNeighborhoodCursor<T> |
class |
PairOfPointsNeighborhood.LocalCursor |
class |
PairOfPointsNeighborhoodCursor<T> |
class |
PeriodicLineNeighborhood.LocalCursor |
class |
PeriodicLineNeighborhoodCursor<T> |
class |
RectangleNeighborhood.LocalCursor |
class |
RectangleNeighborhoodCursor<T> |
class |
RectangleNeighborhoodSkipCenter.LocalCursor |
Modifier and Type | Class and Description |
---|---|
class |
BresenhamLine<T>
n-Dimension Bresenham line (http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm")
: an iterator that
iterates all the pixels between two points.
|
class |
CircleCursor<T>
Iterates over a Bresenham 2D circle using the mid-point algorithm.
|
class |
EllipseCursor<T>
Iterates over a Bresenham 2D ellipse using the mid-point algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperSphereCursor<T>
Iterate over all pixels in an n-dimensional sphere.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNeighborhoodCursor<T> |
class |
BufferedRectangularNeighborhoodCursor<T extends Type<T>> |
class |
EllipsoidCursor<T>
This class implements a
Cursor that iterates over all the pixel
within the volume of a 3D ellipsoid. |
class |
RectangleCursor<T>
A
Cursor that iterates over a RectangleNeighborhoodGPL . |
Modifier and Type | Class and Description |
---|---|
class |
LocalNeighborhoodCursor<T>
Deprecated.
|
class |
LocalNeighborhoodCursor2<T>
Deprecated.
|
Constructor and Description |
---|
Histogram(HistogramBinMapper<T> mapper,
RealCursor<T> c)
Create a Histogram using the given mapper, calculating from the given
Cursor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedCursor<A,B>
TODO
|
class |
AbstractConvertedRealCursor<A,B>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RealCursor<A> |
AbstractConvertedRealCursor.source |
Constructor and Description |
---|
AbstractConvertedRealCursor(RealCursor<A> source) |
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedCursor<A,B,C extends Type<C>>
TODO
|
class |
BiConvertedRealCursor<A,B,C extends Type<C>>
TODO
|
class |
ConvertedCursor<A,B extends Type<B>>
TODO
|
class |
ConvertedRealCursor<A,B extends Type<B>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RealCursor<B> |
BiConvertedRealCursor.sourceB |
Constructor and Description |
---|
BiConvertedRealCursor(RealCursor<A> sourceA,
RealCursor<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c)
Creates a copy of c for conversion that can be accessed through
BiConvertedRealCursor.get() . |
BiConvertedRealCursor(RealCursor<A> sourceA,
RealCursor<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c)
Creates a copy of c for conversion that can be accessed through
BiConvertedRealCursor.get() . |
BiConvertedRealCursor(RealCursor<A> sourceA,
RealCursor<B> sourceB,
Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier,
C c)
Creates a copy of c for conversion that can be accessed through
BiConvertedRealCursor.get() . |
BiConvertedRealCursor(RealCursor<A> sourceA,
RealCursor<B> sourceB,
Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier,
C c)
Creates a copy of c for conversion that can be accessed through
BiConvertedRealCursor.get() . |
ConvertedRealCursor(RealCursor<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRealCursor.get() . |
ConvertedRealCursor(RealCursor<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRealCursor.get() . |
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedCursor<A,B>
TODO
|
class |
WriteConvertedRealCursor<A,B>
TODO
|
Constructor and Description |
---|
WriteConvertedRealCursor(RealCursor<A> source,
SamplerConverter<? super A,B> converter) |
WriteConvertedRealCursor(RealCursor<A> source,
Supplier<SamplerConverter<? super A,B>> converterSupplier) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayCursor<T extends NativeType<T>>
|
class |
AbstractArrayLocalizingCursor<T extends NativeType<T>>
|
class |
ArrayCursor<T extends NativeType<T>>
|
class |
ArrayLocalizingCursor<T extends NativeType<T>>
|
class |
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
Localizing
AbstractArrayLocalizingCursor on an ArrayImg . |
class |
ArraySubIntervalCursor<T extends NativeType<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor on a AbstractCellImg . |
class |
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
Localizing
Cursor on a AbstractCellImg . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongListImg.LongListCursor |
class |
AbstractLongListImg.LongListLocalizingCursor |
class |
ListCursor<T>
|
class |
ListLocalizingCursor<T>
|
Modifier and Type | Class and Description |
---|---|
class |
PlanarCursor<T extends NativeType<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1d
PlanarContainers |
class |
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2d
PlanarContainers |
class |
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for a
PlanarContainers |
class |
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODO
|
class |
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODO
|
class |
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.
|
Modifier and Type | Class and Description |
---|---|
class |
NtreeCursor<T extends NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnsafeCursor<T extends NativeLongAccessType<T>>
|
class |
AbstractUnsafeLocalizingCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeLocalizingCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeLocalizingSubIntervalCursor<T extends NativeLongAccessType<T>>
Localizing
AbstractArrayLocalizingCursor on an ArrayImg . |
class |
UnsafeSubIntervalCursor<T extends NativeLongAccessType<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
LabelingConvertedCursor<I extends IntegerType<I>,T extends Comparable<T>>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected RealCursor<T> |
NearestNeighborSearchOnIterableRealInterval.element |
protected RealCursor<T>[] |
KNearestNeighborSearchOnIterableRealInterval.elements |
Modifier and Type | Method and Description |
---|---|
RealCursor<T> |
KNearestNeighborSearchOnIterableRealInterval.getSampler(int i) |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractIterableRegionOfInterest.AROIIterableInterval.AROICursor |
protected class |
BinaryMaskRegionOfInterest.BMROIIterableInterval.BMROICursor
The cursor works by managing a cursor from the original image.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelRegionCursor |
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessibleRegionCursor<T extends BooleanType<T>>
Deprecated.
|
class |
SamplingCursor<T> |
Modifier and Type | Class and Description |
---|---|
class |
IterationCodeCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given IterationCode . |
class |
IterationCodeListCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given list of IterationCode s. |
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessibleIntervalCursor<T>
A
Cursor that iterates any RandomAccessibleInterval by moving
a RandomAccess in flat iteration order. |
Modifier and Type | Class and Description |
---|---|
class |
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on
localize calls.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.