Uses of Interface
net.imglib2.RealRandomAccess
Packages that use RealRandomAccess
Package
Description
-
Uses of RealRandomAccess in net.imglib2
Methods in net.imglib2 that return RealRandomAccessModifier and TypeMethodDescriptionRealRandomAccess.copyRealRandomAccess()RealRandomAccessible.realRandomAccess()Create a random access sampler for real coordinates.RealRandomAccessible.realRandomAccess(RealInterval interval) -
Uses of RealRandomAccess in net.imglib2.converter
Classes in net.imglib2.converter that implement RealRandomAccessFields in net.imglib2.converter declared as RealRandomAccessModifier and TypeFieldDescriptionprotected final RealRandomAccess<A> AbstractConvertedRealRandomAccess.sourceConstructors in net.imglib2.converter with parameters of type RealRandomAccess -
Uses of RealRandomAccess in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealRandomAccessConstructors in net.imglib2.converter.read with parameters of type RealRandomAccessModifierConstructorDescriptionConvertedRealRandomAccess(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 RealRandomAccessModifier and TypeMethodDescriptionInterpolatorFactory.create(F f, RealInterval interval) Interpolant.realRandomAccess()Interpolant.realRandomAccess(RealInterval interval) -
Uses of RealRandomAccess in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement RealRandomAccessModifier and TypeClassDescriptionclassInverseDistanceWeightingInterpolator<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.classNearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of RealRandomAccess in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement RealRandomAccessModifier and TypeClassDescriptionclassRealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassRealRandomAccessto 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>>classN-linear interpolator for ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return RealRandomAccess -
Uses of RealRandomAccess in net.imglib2.outofbounds
Subinterfaces of RealRandomAccess in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement RealRandomAccess -
Uses of RealRandomAccess in net.imglib2.view
Fields in net.imglib2.view declared as RealRandomAccessModifier and TypeFieldDescriptionprotected final RealRandomAccess<T> RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible.sourceAccessMethods in net.imglib2.view that return RealRandomAccessModifier and TypeMethodDescriptionfinal RealRandomAccess<T> ExtendedRealRandomAccessibleRealInterval.realRandomAccess(RealInterval interval) Constructors in net.imglib2.view with parameters of type RealRandomAccessModifierConstructorDescriptionRandomAccessOnRealRandomAccessible(RealRandomAccess<T> sourceAccess)