Uses of Interface
net.imglib2.IterableInterval
-
-
Uses of IterableInterval in net.imglib2
Classes in net.imglib2 that implement IterableInterval Modifier and Type Class Description class
PointSampleList<T>
A list of data samples at explicitinteger coordinates
. -
Uses of IterableInterval in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type IterableInterval Modifier and Type Class Description class
AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOClasses in net.imglib2.converter that implement IterableInterval Modifier and Type Class Description class
AbstractConvertedIterableInterval<A,B>
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOMethods in net.imglib2.converter with type parameters of type IterableInterval Modifier and Type Method Description static <A,B extends Type<B>,S extends RandomAccessible<A> & IterableInterval<A>>
WriteConvertedIterableRandomAccessibleInterval<A,B,S>Converters. convertRandomAccessibleIterableInterval(S source, SamplerConverter<? super A,B> converter)
Create anWriteConvertedIterableRandomAccessibleInterval
whoseRandomAccesses
andCursors
Sampler.get()
you a converted sample.Methods in net.imglib2.converter that return IterableInterval Modifier and Type Method Description static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)
Methods in net.imglib2.converter with parameters of type IterableInterval Modifier and Type Method Description static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)
static <A,B extends Type<B>>
WriteConvertedIterableInterval<A,B>Converters. convert(IterableInterval<A> source, SamplerConverter<? super A,B> converter)
Constructors in net.imglib2.converter with parameters of type IterableInterval Constructor Description AbstractConvertedIterableInterval(IterableInterval<A> source)
-
Uses of IterableInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IterableInterval Modifier and Type Class Description class
ConvertedIterableInterval<A,B extends Type<B>>
TODOConstructors in net.imglib2.converter.read with parameters of type IterableInterval Constructor Description ConvertedIterableInterval(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)
Creates a copy of b for conversion. -
Uses of IterableInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite with type parameters of type IterableInterval Modifier and Type Class Description class
WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOClasses in net.imglib2.converter.readwrite that implement IterableInterval Modifier and Type Class Description class
WriteConvertedIterableInterval<A,B>
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOConstructors in net.imglib2.converter.readwrite with parameters of type IterableInterval Constructor Description WriteConvertedIterableInterval(IterableInterval<A> source, SamplerConverter<? super A,B> converter)
-
Uses of IterableInterval in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as IterableInterval Modifier and Type Field Description protected IterableInterval<B>
IterableIntervalProjector2D. target
Constructors in net.imglib2.display.projector with parameters of type IterableInterval Constructor Description IterableIntervalProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<? super A,B> converter)
creates a new 2D projector that samples a plain in the dimensions dimX, dimY. -
Uses of IterableInterval in net.imglib2.display.projector.composite
Constructors in net.imglib2.display.projector.composite with parameters of type IterableInterval Constructor Description CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, java.util.ArrayList<Converter<A,ARGBType>> converters, int dimIndex)
-
Uses of IterableInterval in net.imglib2.display.projector.sampler
Fields in net.imglib2.display.projector.sampler declared as IterableInterval Modifier and Type Field Description protected IterableInterval<B>
SamplingProjector2D. target
Constructors in net.imglib2.display.projector.sampler with parameters of type IterableInterval Constructor Description SamplingProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>,B> converter, int projectedDimension, long[] projectedPositions)
SamplingProjector2D(int dimX, int dimY, RandomAccessibleInterval<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>,B> converter, int projectedDimension)
-
Uses of IterableInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement IterableInterval 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 IterableInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IterableInterval 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 IterableInterval in net.imglib2.img
Subinterfaces of IterableInterval 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 IterableInterval 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 IterableInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IterableInterval 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 IterableInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type IterableInterval 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.Classes in net.imglib2.img.cell that implement IterableInterval 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 IterableInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IterableInterval 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 IterableInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IterableInterval 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 IterableInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IterableInterval Modifier and Type Class Description class
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>
-
Uses of IterableInterval in net.imglib2.util
Methods in net.imglib2.util with parameters of type IterableInterval Modifier and Type Method Description static boolean
Util. equalIterationOrder(IterableInterval<?>... intervals)
Checks whether nIterableInterval
have the same iteration order. -
Uses of IterableInterval in net.imglib2.view
Classes in net.imglib2.view that implement IterableInterval 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, ...Fields in net.imglib2.view declared as IterableInterval Modifier and Type Field Description protected IterableInterval<T>
IntervalView. fullViewIterableInterval
TODO JavadocMethods in net.imglib2.view that return IterableInterval Modifier and Type Method Description static <T> IterableInterval<T>
Views. flatIterable(RandomAccessibleInterval<T> randomAccessibleInterval)
Return anIterableInterval
havingFlatIterationOrder
.protected IterableInterval<T>
IntervalView. getFullViewIterableInterval()
static <T> IterableInterval<T>
Views. iterable(RandomAccessibleInterval<T> randomAccessibleInterval)
Return anIterableInterval
. -
Uses of IterableInterval in net.imglib2.view.iteration
Methods in net.imglib2.view.iteration that return IterableInterval Modifier and Type Method Description IterableInterval<T>
IterableTransformBuilder. buildIterableInterval()
Create anIterableInterval
on theInterval
specified in the constructor of theRandomAccessible
specified in the constructor.static <S> IterableInterval<S>
IterableTransformBuilder. getEfficientIterableInterval(Interval interval, RandomAccessible<S> randomAccessible)
-