Uses of Interface
net.imglib2.RealInterval
-
-
Uses of RealInterval in net.imglib2
Classes in net.imglib2 with type parameters of type RealInterval Modifier and Type Class Description class
AbstractWrappedRealInterval<I extends RealInterval>
Convenient base class forIterableRealIntervals
, etc that forward theRealInterval
interface to, for example, their source accessible.Subinterfaces of RealInterval in net.imglib2 Modifier and Type Interface Description interface
Interval
{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interface
IterableInterval<T>
AnIterableRealInterval
whose elements are located at integer coordinates.interface
IterableRealInterval<T>
f:Rn∈[0,s]→Tinterface
RandomAccessibleInterval<T>
f:{x∈Zn|[min,max]→T}interface
RealRandomAccessibleRealInterval<T>
f:{x∈Rn|[min,max]→T}Classes in net.imglib2 that implement RealInterval Modifier and Type Class Description class
AbstractInterval
Implementation of theInterval
interface.class
AbstractRealInterval
Implementation of theRealInterval
interface.class
AbstractWrappedInterval<I extends Interval>
Convenient base class forIterableIntervals
,RandomAccessibleIntervals
, etc that forward theInterval
interface to, for example, their source accessible.class
AbstractWrappedRealInterval<I extends RealInterval>
Convenient base class forIterableRealIntervals
, etc that forward theRealInterval
interface to, for example, their source accessible.class
FinalInterval
Implementation of theInterval
interface.class
FinalRealInterval
Implementation of theRealInterval
interface.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
.Fields in net.imglib2 declared as RealInterval Modifier and Type Field Description protected I
AbstractWrappedRealInterval. sourceInterval
Methods in net.imglib2 with parameters of type RealInterval Modifier and Type Method Description RealRandomAccess<T>
RealRandomAccessible. realRandomAccess(RealInterval interval)
Constructors in net.imglib2 with parameters of type RealInterval Constructor Description AbstractRealInterval(RealInterval interval)
Creates a newAbstractRealInterval
using an existingRealInterval
FinalRealInterval(RealInterval interval)
Creates a newAbstractRealInterval
using an existingRealInterval
-
Uses of RealInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement RealInterval Modifier and Type Class Description class
AbstractConvertedIterableInterval<A,B>
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOclass
AbstractConvertedRandomAccessibleInterval<A,B>
Methods in net.imglib2.converter with parameters of type RealInterval Modifier and Type Method Description abstract AbstractConvertedRealRandomAccess<A,B>
AbstractConvertedRealRandomAccessible. realRandomAccess(RealInterval interval)
-
Uses of RealInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealInterval Modifier and Type Class Description class
ConvertedIterableInterval<A,B extends Type<B>>
TODOclass
ConvertedRandomAccessibleInterval<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODOMethods in net.imglib2.converter.read with parameters of type RealInterval Modifier and Type Method Description ConvertedRealRandomAccess<A,B>
ConvertedRealRandomAccessible. realRandomAccess(RealInterval interval)
ConvertedRealRandomAccess<A,B>
ConvertedRealRandomAccessibleRealInterval. realRandomAccess(RealInterval interval)
-
Uses of RealInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealInterval Modifier and Type Class Description class
WriteConvertedIterableInterval<A,B>
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOclass
WriteConvertedRandomAccessibleInterval<A,B>
TODO -
Uses of RealInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement RealInterval 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 RealInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement RealInterval 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 RealInterval in net.imglib2.img
Subinterfaces of RealInterval 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 RealInterval 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 RealInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealInterval 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 RealInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealInterval 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 RealInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealInterval 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 RealInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealInterval 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 RealInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealInterval Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
class
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>
-
Uses of RealInterval in net.imglib2.interpolation
Methods in net.imglib2.interpolation with parameters of type RealInterval Modifier and Type Method Description RealRandomAccess<T>
InterpolatorFactory. create(F f, RealInterval interval)
RealRandomAccess<T>
Interpolant. realRandomAccess(RealInterval interval)
-
Uses of RealInterval in net.imglib2.interpolation.neighborsearch
Methods in net.imglib2.interpolation.neighborsearch with parameters of type RealInterval Modifier and Type Method Description InverseDistanceWeightingInterpolator<T>
InverseDistanceWeightingInterpolatorFactory. create(KNearestNeighborSearch<T> search, RealInterval interval)
Creates a newInverseDistanceWeightingInterpolator
using a copy of the passedKNearestNeighborSearch
.NearestNeighborSearchInterpolator<T>
NearestNeighborSearchInterpolatorFactory. create(NearestNeighborSearch<T> search, RealInterval interval)
Creates a newNearestNeighborSearchInterpolator
using a copy of the passedNearestNeighborSearch
. -
Uses of RealInterval in net.imglib2.interpolation.randomaccess
-
Uses of RealInterval in net.imglib2.iterator
Classes in net.imglib2.iterator that implement RealInterval Modifier and Type Class Description class
IntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingIntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingZeroMinIntervalIterator
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...class
OffsetableIntervalIterator
AIntervalIterator
that has an adjustable offsetclass
OffsetableLocalizingIntervalIterator
ALocalizingIntervalIterator
that has an adjustable offsetclass
ZeroMinIntervalIterator
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of RealInterval in net.imglib2.util
Methods in net.imglib2.util with type parameters of type RealInterval Modifier and Type Method Description static <T,F extends RealInterval & RealRandomAccessible<T>>
TUtil. getTypeFromRealInterval(F rai)
Gets an instance of T from theRandomAccessibleInterval
by querying the value at the min coordinateMethods in net.imglib2.util with parameters of type RealInterval Modifier and Type Method Description static boolean
Intervals. contains(RealInterval containing, RealInterval contained)
Test whether thecontaining
interval completely contains thecontained
interval.static boolean
Intervals. contains(RealInterval containing, RealLocalizable contained)
Test whether thecontaining
interval contains thecontained
point.static FinalRealInterval
Intervals. intersect(RealInterval intervalA, RealInterval intervalB)
Compute the intersection of two intervals.static boolean
Intervals. isEmpty(RealInterval interval)
Check whether the given interval is empty, that is, the maximum is smaller than the minimum in some dimension.static Interval
Intervals. largestContainedInterval(RealInterval ri)
Compute the largestInterval
that is contained in the specifiedRealInterval
.static double[]
Intervals. maxAsDoubleArray(RealInterval interval)
Create adouble[]
with the maximum of aRealInterval
.static double[]
Intervals. minAsDoubleArray(RealInterval interval)
Create adouble[]
with the minimum of aRealInterval
.static Interval
Intervals. smallestContainingInterval(RealInterval ri)
Compute the smallestInterval
containing the specifiedRealInterval
.static FinalRealInterval
Intervals. union(RealInterval intervalA, RealInterval intervalB)
Compute the smallest interval that contains both input intervals. -
Uses of RealInterval in net.imglib2.view
Classes in net.imglib2.view that implement RealInterval 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, ...class
RandomAccessibleIntervalCursor<T>
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.class
SubsampleIntervalView<T>
SubsampleIntervalView
is a view that provides access to only every sdth value of a sourceRandomAccessibleInterval
.Methods in net.imglib2.view with parameters of type RealInterval Modifier and Type Method Description RealRandomAccess<T>
ExtendedRealRandomAccessibleRealInterval. realRandomAccess(RealInterval interval)
-
Uses of RealInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RealInterval Modifier and Type Class Description class
CompositeIntervalView<T,C extends Composite<T>>
-