Uses of Interface
net.imglib2.RealRandomAccess
-
-
Uses of RealRandomAccess in net.imglib2
Classes in net.imglib2 that implement RealRandomAccess Modifier and Type Class Description classRealPointSample<T>A simple default implementation ofRealRandomAccessthat can be used to combine a real location and a sample value, e.g.Methods in net.imglib2 that return RealRandomAccess Modifier and Type Method Description RealRandomAccess<T>RealRandomAccess. copy()default RealRandomAccess<T>RealRandomAccess. copyRealRandomAccess()Deprecated.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 classAbstractConvertedRealRandomAccess<A,B>TODOFields in net.imglib2.converter declared as RealRandomAccess Modifier and Type Field Description protected RealRandomAccess<A>AbstractConvertedRealRandomAccess. sourceConstructors 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 classBiConvertedRealRandomAccess<A,B,C>TODOclassConvertedRealRandomAccess<A,B>TODOFields in net.imglib2.converter.read declared as RealRandomAccess Modifier and Type Field Description protected RealRandomAccess<B>BiConvertedRealRandomAccess. sourceBConstructors in net.imglib2.converter.read with parameters of type RealRandomAccess Constructor Description BiConvertedRealRandomAccess(RealRandomAccess<A> sourceA, RealRandomAccess<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<? extends C> convertedSupplier)BiConvertedRealRandomAccess(RealRandomAccess<A> sourceA, RealRandomAccess<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<? extends C> convertedSupplier)ConvertedRealRandomAccess(RealRandomAccess<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRealRandomAccess.get().ConvertedRealRandomAccess(RealRandomAccess<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier) -
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 classInverseDistanceWeightingInterpolator<T extends RealType<T>>RealRandomAccessto aKNearestNeighborSearchwhose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.classNearestNeighborSearchInterpolator<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 classClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-linear interpolator for volatile ARGB values with overflow check.classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>N-linear interpolator forRealTypevalues with overflow check.classFloorInterpolator<T>RealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassNearestNeighborInterpolator<T>RealRandomAccessto aRandomAccessby nearest neighbor interpolation.classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classNLinearInterpolatorARGBN-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. copy()RealRandomAccess<T>ClampingNLinearInterpolatorFactory. create(RandomAccessible<T> randomAccessible)RealRandomAccess<T>ClampingNLinearInterpolatorFactory. create(RandomAccessible<T> randomAccessible, RealInterval interval)For now, ignore theRealIntervaland returnClampingNLinearInterpolatorFactory.create(RandomAccessible). -
Uses of RealRandomAccess in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement RealRandomAccess Modifier and Type Class Description classLinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>A linear interpolator for stacks ofRealRandomAccessibles.classNearestNeighborRealRandomAccessibleStackInterpolator<T>A nearest neighbor interpolator for stacks ofRealRandomAccessibles.Fields in net.imglib2.interpolation.stack declared as RealRandomAccess Modifier and Type Field Description protected RealRandomAccess<T>NearestNeighborRealRandomAccessibleStackInterpolator. sliceAccessprotected RealRandomAccess<T>LinearRealRandomAccessibleStackInterpolator. sliceAccess2protected RealRandomAccess<T>[]NearestNeighborRealRandomAccessibleStackInterpolator. sliceAccessesMethods in net.imglib2.interpolation.stack that return RealRandomAccess Modifier and Type Method Description protected RealRandomAccess<T>NearestNeighborRealRandomAccessibleStackInterpolator. getOrCreateAccess(int i) -
Uses of RealRandomAccess in net.imglib2.outofbounds
Subinterfaces of RealRandomAccess in net.imglib2.outofbounds Modifier and Type Interface Description interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement RealRandomAccess Modifier and Type Class Description classRealOutOfBoundsRealRandomAccess<T> -
Uses of RealRandomAccess in net.imglib2.position
Classes in net.imglib2.position that implement RealRandomAccess Modifier and Type Class Description classFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassRealPositionRealRandomAccessible.RealPositionRealRandomAccess -
Uses of RealRandomAccess in net.imglib2.util
Classes in net.imglib2.util that implement RealRandomAccess Modifier and Type Class Description private static classLocalizables.RealLocationRealRandomAccessA RandomAccess that returns its current position as value. -
Uses of RealRandomAccess in net.imglib2.view
Fields in net.imglib2.view declared as RealRandomAccess Modifier and Type Field Description private RealRandomAccess<T>RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible. sourceAccessMethods 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)
-