Uses of Interface
net.imglib2.IterableRealInterval
-
-
Uses of IterableRealInterval in net.imglib2
Subinterfaces of IterableRealInterval in net.imglib2 Modifier and Type Interface Description interface
IterableInterval<T>
AnIterableRealInterval
whose elements are located at integer coordinates.Classes in net.imglib2 that implement IterableRealInterval Modifier and Type Class Description class
KDTree<T>
KDTree to access values at RealLocalizable positions.class
PointSampleList<T>
A list of data samples at explicitinteger coordinates
.class
RealPointSampleList<T>
A list of data samples at explicitreal coordinates
.Constructors in net.imglib2 with parameters of type IterableRealInterval Constructor Description KDTree(IterableRealInterval<T> interval)
Construct a KDTree from the elements of the givenIterableRealInterval
. -
Uses of IterableRealInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement IterableRealInterval Modifier and Type Class Description class
AbstractConvertedIterableInterval<A,B>
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODO -
Uses of IterableRealInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IterableRealInterval Modifier and Type Class Description class
ConvertedIterableInterval<A,B extends Type<B>>
TODO -
Uses of IterableRealInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement IterableRealInterval Modifier and Type Class Description class
WriteConvertedIterableInterval<A,B>
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODO -
Uses of IterableRealInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement IterableRealInterval Modifier and Type Class Description class
ARGBScreenImage
class
ArrayImgAWTScreenImage<T extends NativeType<T>,A>
AnAWTScreenImage
that is anArrayImg
.class
ByteAWTScreenImage
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
DoubleAWTScreenImage
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
FloatAWTScreenImage
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
IntAWTScreenImage
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
ShortAWTScreenImage
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
UnsignedByteAWTScreenImage
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
UnsignedIntAWTScreenImage
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
UnsignedShortAWTScreenImage
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
. -
Uses of IterableRealInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IterableRealInterval Modifier and Type Class Description class
DiscreteFrequencyDistribution
This class represents an n-dimensional set of counters.class
Histogram1d<T>
A Histogram1d is a histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasclass
HistogramNd<T>
A HistogramNd is an n-dimensional histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areas -
Uses of IterableRealInterval in net.imglib2.img
Subinterfaces of IterableRealInterval in net.imglib2.img Modifier and Type Interface Description interface
Img<T>
AnImg
is aRandomAccessibleInterval
that has its min at 0n and its max positive.interface
NativeImg<T extends Type<T>,A>
TODOClasses in net.imglib2.img that implement IterableRealInterval Modifier and Type Class Description class
AbstractImg<T>
TODOclass
AbstractNativeImg<T extends NativeType<T>,A>
TODOclass
ImgView<T extends Type<T>>
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of IterableRealInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IterableRealInterval Modifier and Type Class Description class
ArrayImg<T extends NativeType<T>,A>
ThisImg
stores an image in a single linear array of basic types. -
Uses of IterableRealInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement IterableRealInterval Modifier and Type Class Description class
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>
Abstract superclass forImg
types that divide their underlying data into cells.class
CellImg<T extends NativeType<T>,A>
class
LazyCellImg<T extends NativeType<T>,A>
AAbstractCellImg
that obtains its Cells lazily when they are accessed.static class
LazyCellImg.LazyCells<T>
-
Uses of IterableRealInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IterableRealInterval Modifier and Type Class Description class
AbstractListImg<T>
Abstract base class forImg
that store pixels in a single linear array (anArrayList
or similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE
.class
AbstractLongListImg<T>
Abstract base class forImg
that store pixels in a single linear list addressed by a long.class
ListImg<T>
ThisImg
stores an image in a single linearArrayList
. -
Uses of IterableRealInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IterableRealInterval Modifier and Type Class Description class
PlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
ANativeImg
that stores data in an list of primitive arrays, one per image plane. -
Uses of IterableRealInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IterableRealInterval Modifier and Type Class Description class
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>
-
Uses of IterableRealInterval in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as IterableRealInterval Modifier and Type Field Description protected IterableRealInterval<T>
KNearestNeighborSearchOnIterableRealInterval. iterable
protected IterableRealInterval<T>
NearestNeighborSearchOnIterableRealInterval. iterable
Constructors in net.imglib2.neighborsearch with parameters of type IterableRealInterval Constructor Description KNearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T> iterable, int k)
NearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T> iterable)
-
Uses of IterableRealInterval in net.imglib2.view
Classes in net.imglib2.view that implement IterableRealInterval Modifier and Type Class Description class
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.class
IterableRandomAccessibleInterval<T>
GeneratesCursors
that iterate aRandomAccessibleInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...
-