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 |
PointSampleList.PointSampleListCursor |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
PointSampleList.PointSampleListCursor.copy() |
Cursor<T> |
PointSampleList.PointSampleListCursor.copyCursor() |
Cursor<T> |
Cursor.copyCursor() |
Cursor<T> |
PointSampleList.cursor() |
Cursor<T> |
IterableInterval.cursor() |
Cursor<T> |
PointSampleList.localizingCursor() |
Cursor<T> |
IterableInterval.localizingCursor() |
Modifier and Type | Method and Description |
---|---|
<O extends RealType<O>> |
Compute.cursor()
Returns a
Cursor with the same type as the first input image found. |
<C extends RealType<C>,O extends RealType<O>> |
Compute.cursor(C computeType,
O outputType) |
<C extends RealType<C>,O extends RealType<O>> |
Compute.cursor(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
<O extends RealType<O>> |
Compute.cursor(O outputType) |
<O extends RealType<O>> |
Compute.cursorDouble()
Returns a
Cursor with the same type as the first input image found. |
<O extends RealType<O>> |
Compute.cursorDouble(O outputType) |
<O extends RealType<O>> |
Compute.cursorDouble(O outputType,
Converter<RealType<?>,O> converter) |
Modifier and Type | Method and Description |
---|---|
Cursor<I> |
IImgSourceIterable.getCursor() |
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 | Field and Description |
---|---|
protected Cursor<?> |
FunctionCursor.cursor |
Modifier and Type | Method and Description |
---|---|
Cursor<O> |
IterableRandomAccessibleFunctionDouble.cursor() |
Cursor<O> |
IterableRandomAccessibleFunction.cursor() |
Cursor<O> |
ImgSourceIterableDirect.getCursor() |
Cursor<I> |
ImgSourceIterable.getCursor() |
Cursor<O> |
IterableRandomAccessibleFunction.localizingCursor() |
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 | Method and Description |
---|---|
Cursor<Neighborhood<T>> |
RectangleShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
DiamondShape.NeighborhoodsIterableInterval.cursor() |
Cursor<Neighborhood<T>> |
RectangleShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsIterableInterval.localizingCursor() |
Cursor<Neighborhood<T>> |
DiamondShape.NeighborhoodsIterableInterval.localizingCursor() |
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 | Method and Description |
---|---|
Cursor<T> |
EllipseCursor.copyCursor() |
Cursor<T> |
CircleCursor.copyCursor() |
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 | Method and Description |
---|---|
Cursor<T> |
EllipsoidCursor.copyCursor() |
Cursor<T> |
EllipseCursor.copyCursor() |
Cursor<T> |
BufferedRectangularNeighborhood.cursor() |
Cursor<T> |
BufferedRectangularNeighborhood.localizingCursor() |
Modifier and Type | Class and Description |
---|---|
class |
LocalNeighborhoodCursor<T>
Deprecated.
|
class |
LocalNeighborhoodCursor2<T>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<T>> |
Max.findMax(IterableInterval<T> iterable)
Find the maximum value and its position in an
IterableInterval . |
static <T extends Comparable<T>> |
Min.findMin(IterableInterval<T> iterable)
Find the minimum value and its position in an
IterableInterval . |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
SingleCellArrayImg.cursor() |
Cursor<T> |
SingleCellArrayImg.localizingCursor() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedCursor<A,B>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected Cursor<A> |
AbstractConvertedCursor.source |
Constructor and Description |
---|
AbstractConvertedCursor(Cursor<A> source) |
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedCursor<A,B,C extends Type<C>>
TODO
|
class |
ConvertedCursor<A,B extends Type<B>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected Cursor<B> |
BiConvertedCursor.sourceB |
Constructor and Description |
---|
BiConvertedCursor(Cursor<A> sourceA,
Cursor<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c)
Creates a copy of c for conversion that can be accessed through
BiConvertedCursor.get() . |
BiConvertedCursor(Cursor<A> sourceA,
Cursor<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c)
Creates a copy of c for conversion that can be accessed through
BiConvertedCursor.get() . |
BiConvertedCursor(Cursor<A> sourceA,
Cursor<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
BiConvertedCursor.get() . |
BiConvertedCursor(Cursor<A> sourceA,
Cursor<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
BiConvertedCursor.get() . |
ConvertedCursor(Cursor<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedCursor.get() . |
ConvertedCursor(Cursor<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedCursor.get() . |
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedCursor<A,B>
TODO
|
Constructor and Description |
---|
WriteConvertedCursor(Cursor<A> source,
SamplerConverter<? super A,B> converter) |
WriteConvertedCursor(Cursor<A> source,
Supplier<SamplerConverter<? super A,B>> converterSupplier) |
Modifier and Type | Method and Description |
---|---|
Cursor<LongType> |
HistogramNd.cursor() |
Cursor<LongType> |
Histogram1d.cursor() |
Cursor<LongType> |
DiscreteFrequencyDistribution.cursor() |
Cursor<LongType> |
HistogramNd.localizingCursor() |
Cursor<LongType> |
Histogram1d.localizingCursor() |
Cursor<LongType> |
DiscreteFrequencyDistribution.localizingCursor() |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
ImgView.cursor() |
Cursor<T> |
ImgView.cursor(Interval interval) |
Cursor<T> |
ImgView.localizingCursor() |
Cursor<T> |
ImgView.localizingCursor(Interval interval) |
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 | Method and Description |
---|---|
Cursor<T> |
ArrayImg.cursor(Interval interval)
|
Cursor<T> |
ArrayImg.localizingCursor(Interval interval)
|
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 | Field and Description |
---|---|
protected Cursor<C> |
CellLocalizingCursor.cursorOnCells |
protected Cursor<C> |
CellCursor.cursorOnCells |
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 | Method and Description |
---|---|
Cursor<T> |
PlanarImg.cursor(Interval interval)
|
Cursor<T> |
PlanarImg.localizingCursor(Interval interval)
|
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 | Method and Description |
---|---|
Cursor<LabelingType<T>> |
NativeImgLabeling.cursor()
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.cursor()
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.cursor(Interval interval)
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.cursor(Interval interval)
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.localizingCursor()
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.localizingCursor()
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.localizingCursor(Interval interval)
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.localizingCursor(Interval interval)
Deprecated.
|
Constructor and Description |
---|
LabelingConvertedCursor(Cursor<I> source,
long[] generation,
LabelingMapping<T> mapping)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LongConsumer |
FastCursorLoops.createLoop(Object action,
List<? extends Cursor<?>> cursors)
For example.: Given a BiConsumer and two Cursors:
|
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 | Method and Description |
---|---|
Cursor<TT> |
BinaryMaskRegionOfInterest.BMROIIterableInterval.cursor() |
Cursor<T> |
AbstractIterableRegionOfInterest.AROIIterableInterval.cursor() |
Cursor<TT> |
BinaryMaskRegionOfInterest.BMROIIterableInterval.localizingCursor() |
Cursor<T> |
AbstractIterableRegionOfInterest.AROIIterableInterval.localizingCursor() |
Modifier and Type | Method and Description |
---|---|
Cursor<Void> |
IterableLine.cursor() |
Cursor<Void> |
IterableLine.localizingCursor() |
Modifier and Type | Class and Description |
---|---|
class |
LabelRegionCursor |
Modifier and Type | Method and Description |
---|---|
Cursor<LabelingType<T>> |
ImgLabeling.cursor() |
Cursor<LabelingType<T>> |
ImgLabeling.cursor(Interval interval) |
Cursor<LabelingType<T>> |
ImgLabeling.localizingCursor() |
Cursor<LabelingType<T>> |
ImgLabeling.localizingCursor(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessibleRegionCursor<T extends BooleanType<T>>
Deprecated.
|
class |
SamplingCursor<T> |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
SamplingIterableInterval.cursor() |
Cursor<T> |
PositionableWrappedIterableInterval.cursor() |
Cursor<Void> |
IterableRegionOnBooleanRAI.cursor() |
Cursor<Void> |
IterableRandomAccessibleRegion.cursor()
Deprecated.
|
Cursor<T> |
SamplingIterableInterval.localizingCursor() |
Cursor<T> |
PositionableWrappedIterableInterval.localizingCursor() |
Cursor<Void> |
IterableRegionOnBooleanRAI.localizingCursor() |
Cursor<Void> |
IterableRandomAccessibleRegion.localizingCursor()
Deprecated.
|
Constructor and Description |
---|
SamplingCursor(Cursor<Void> source,
RandomAccess<T> target) |
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 | Method and Description |
---|---|
Cursor<T> |
IterableRandomAccessibleInterval.cursor() |
Cursor<T> |
IntervalView.cursor() |
Cursor<T> |
IterableRandomAccessibleInterval.localizingCursor() |
Cursor<T> |
IntervalView.localizingCursor() |
Modifier and Type | Class and Description |
---|---|
class |
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on
localize calls.
|
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
SubIntervalIterable.cursor(Interval interval)
|
Cursor<T> |
SubIntervalIterable.localizingCursor(Interval interval)
|
Copyright © 2015–2022 ImgLib2. All rights reserved.