Uses of Interface
net.imglib2.RealRandomAccess
-
-
Uses of RealRandomAccess in net.imglib2
Methods in net.imglib2 that return RealRandomAccess Modifier and Type Method Description RealRandomAccess<T>
RealRandomAccess. copyRealRandomAccess()
RealRandomAccess<T>
RealRandomAccessible. realRandomAccess()
Create a random access sampler for real coordinates.RealRandomAccess<T>
RealRandomAccessible. realRandomAccess(RealInterval interval)
-
Uses of RealRandomAccess in net.imglib2.converter
Classes in net.imglib2.converter that implement RealRandomAccess Modifier and Type Class Description class
AbstractConvertedRealRandomAccess<A,B>
TODOFields in net.imglib2.converter declared as RealRandomAccess Modifier and Type Field Description protected RealRandomAccess<A>
AbstractConvertedRealRandomAccess. source
Constructors in net.imglib2.converter with parameters of type RealRandomAccess Constructor Description AbstractConvertedRealRandomAccess(RealRandomAccess<A> source)
-
Uses of RealRandomAccess in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealRandomAccess Modifier and Type Class Description class
ConvertedRealRandomAccess<A,B extends Type<B>>
TODOConstructors in net.imglib2.converter.read with parameters of type RealRandomAccess Constructor Description ConvertedRealRandomAccess(RealRandomAccess<A> source, Converter<? super A,? super B> converter, B b)
-
Uses of RealRandomAccess in net.imglib2.interpolation
Methods in net.imglib2.interpolation that return RealRandomAccess Modifier and Type Method Description RealRandomAccess<T>
InterpolatorFactory. create(F f)
RealRandomAccess<T>
InterpolatorFactory. create(F f, RealInterval interval)
RealRandomAccess<T>
Interpolant. realRandomAccess()
RealRandomAccess<T>
Interpolant. realRandomAccess(RealInterval interval)
-
Uses of RealRandomAccess in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement RealRandomAccess Modifier and Type Class Description class
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess
to aKNearestNeighborSearch
whose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.class
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented byNearestNeighborSearch
. -
Uses of RealRandomAccess in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement RealRandomAccess Modifier and Type Class Description class
FloorInterpolator<T>
RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).class
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolationclass
NearestNeighborInterpolator<T>
RealRandomAccess
to aRandomAccess
by nearest neighbor interpolation.class
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.class
NLinearInterpolator1D<T extends NumericType<T>>
class
NLinearInterpolator2D<T extends NumericType<T>>
class
NLinearInterpolator3D<T extends NumericType<T>>
class
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return RealRandomAccess Modifier and Type Method Description RealRandomAccess<T>
LanczosInterpolator. copyRealRandomAccess()
-
Uses of RealRandomAccess in net.imglib2.outofbounds
Subinterfaces of RealRandomAccess in net.imglib2.outofbounds Modifier and Type Interface Description interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement RealRandomAccess Modifier and Type Class Description class
RealOutOfBoundsRealRandomAccess<T>
-
Uses of RealRandomAccess in net.imglib2.view
Fields in net.imglib2.view declared as RealRandomAccess Modifier and Type Field Description protected RealRandomAccess<T>
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible. sourceAccess
Methods in net.imglib2.view that return RealRandomAccess Modifier and Type Method Description RealRandomAccess<T>
ExtendedRealRandomAccessibleRealInterval. realRandomAccess(RealInterval interval)
Constructors in net.imglib2.view with parameters of type RealRandomAccess Constructor Description RandomAccessOnRealRandomAccessible(RealRandomAccess<T> sourceAccess)
-