Uses of Interface
net.imglib2.type.numeric.RealType
Packages that use RealType
Package
Description
-
Uses of RealType in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type RealTypeModifier and TypeClassDescriptionclassRealARGBConverter<R extends RealType<?>>classRealDoubleConverter<R extends RealType<R>>Converts anyRealTypeto aDoubleType.classRealFloatConverter<R extends RealType<R>>classRealLUTConverter<R extends RealType<R>>RealLUTConverter contains aColorTable8, through which samples are filtered.classRealUnsignedByteConverter<R extends RealType<R>>classRealUnsignedShortConverter<R extends RealType<R>> -
Uses of RealType in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite with type parameters of type RealTypeModifier and TypeClassDescriptionfinal classRealDoubleSamplerConverter<R extends RealType<R>>TODOfinal classRealFloatSamplerConverter<R extends RealType<R>>TODO -
Uses of RealType in net.imglib2.histogram
Classes in net.imglib2.histogram with type parameters of type RealTypeModifier and TypeClassDescriptionclassReal1dBinMapper<T extends RealType<T>>Maps real values into a 1-d set of bins.Methods in net.imglib2.histogram with type parameters of type RealTypeModifier and TypeMethodDescriptionstatic <K extends RealType<K>>
HistogramNd<K> Real1dBinMapper.histogramNd(double[] minVals, double[] maxVals, long[] numBins, boolean[] tailBins) This is a convenience method for creating aHistogramNdfrom inputs that describe a set of real 1-d based bin mappers. -
Uses of RealType in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch with type parameters of type RealTypeModifier 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.classInverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>Factory forInverseDistanceWeightingInterpolatorinstances that work on aKNearestNeighborSearch. -
Uses of RealType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type RealTypeModifier and TypeClassDescriptionclassLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassLanczosInterpolatorFactory<T extends RealType<T>>TODOFields in net.imglib2.interpolation.randomaccess declared as RealType -
Uses of RealType in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type RealTypeModifier and TypeClassDescriptionclassOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the IntervalclassOutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>> Fields in net.imglib2.outofbounds declared as RealType -
Uses of RealType in net.imglib2.type
Subinterfaces of RealType in net.imglib2.type -
Uses of RealType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement RealTypeModifier and TypeClassDescriptionclassTODOclassABooleanTypewrapping a single primitivebooleanvariable. -
Uses of RealType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric with type parameters of type RealTypeSubinterfaces of RealType in net.imglib2.type.numeric -
Uses of RealType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement RealTypeModifier and TypeClassDescriptionclassAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassTODOclassGenericByteType<T extends GenericByteType<T>>TODOclassGenericIntType<T extends GenericIntType<T>>TODOclassGenericLongType<T extends GenericLongType<T>>Abstract superclass for Long types.classGenericShortType<T extends GenericShortType<T>>Abstract base class fornativeIntegerTypes that encode their value into a 16bit short.classTODOclassTODOclassTODOclassATypewith a bit depth of 128.classA 12-bitTypewhose data is stored in aLongAccess.classATypewith a bit depth of 2.classATypewith a bit depth of 4.classTODOclassTODOclassTODOclassTODOclassATypewith arbitrary bit depth up to maximum 64 bits. -
Uses of RealType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement RealTypeModifier and TypeClassDescriptionclassAbstractRealType<T extends AbstractRealType<T>>TODOclassTODOclassTODO -
Uses of RealType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type RealTypeModifier and TypeClassDescriptionclassAbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealTypes that wrapRealType.classVolatileRealType<T extends RealType<T>>Something volatile that has a value and is either VALID or INVALID.Classes in net.imglib2.type.volatiles that implement RealTypeModifier and TypeClassDescriptionclassAbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealTypes that wrapRealType.classVolatileRealType<T extends RealType<T>>Something volatile that has a value and is either VALID or INVALID. -
Uses of RealType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type RealType -
Uses of RealType in net.imglib2.view
Methods in net.imglib2.view with type parameters of type RealTypeModifier and TypeMethodDescriptionstatic <T extends RealType<T>>
CompositeView<T, RealComposite<T>> Views.collapseReal(RandomAccessible<T> source, int numChannels) Collapse the nth dimension of an n -dimensionalRandomAccessible<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessible<RealComposite<T>>static <T extends RealType<T>>
CompositeIntervalView<T, RealComposite<T>> Views.collapseReal(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessibleInterval<RealComposite<T>>static <T extends RealType<T>>
IntervalView<T> Views.expandRandom(RandomAccessibleInterval<T> source, double min, double max, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends RealType<T>,F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendRandom(F source, double min, double max) Extend a RandomAccessibleInterval with a random-value out-of-bounds strategy. -
Uses of RealType in net.imglib2.view.composite
Classes in net.imglib2.view.composite with type parameters of type RealTypeModifier and TypeClassDescriptionclassRealComposite<T extends RealType<T>>A vector ofRealTypescalars.static classRealComposite.Factory<T extends RealType<T>>