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>>Methods in net.imglib2.converter with type parameters of type RealTypeModifier and TypeMethodDescriptionstatic <A extends RealType<A>,B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeReal(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>,B>
RandomAccessibleInterval<B> Converters.composeReal2(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <T extends RealType<T>>
RandomAccessibleInterval<T> RealTypeConverters.convert(RandomAccessibleInterval<? extends RealType<?>> image, T pixelType) Convert the pixel type of the given image to a given output pixel type.RealTypeConverterInternals.getConverter(S inputType, T outputType) RealTypeConverterInternals.getConverter(S inputType, T outputType) RealTypeConverters.getConverter(S inputType, T outputType) Returns a converter that converts from input to output type.RealTypeConverters.getConverter(S inputType, T outputType) Returns a converter that converts from input to output type.Methods in net.imglib2.converter with parameters of type RealTypeModifier and TypeMethodDescriptionvoidvoidprivate static RealTypeConverterInternals.ConverterFactoryRealTypeConverterInternals.floatingPointConverterFactory(RealType<?> inputType, RealType<?> outputType) private static RealTypeConverterInternals.ConverterFactoryRealTypeConverterInternals.getConverterFactory(RealType<?> inputType, RealType<?> outputType) private static RealTypeConverterInternals.ConverterFactoryRealTypeConverterInternals.integerConverterFactory(RealType<?> inputType, RealType<?> outputType) (package private) static booleanRealTypeConverterInternals.smallerThanInt(RealType<?> variable) Method parameters in net.imglib2.converter with type arguments of type RealTypeModifier and TypeMethodDescriptionstatic <T extends RealType<T>>
RandomAccessibleInterval<T> RealTypeConverters.convert(RandomAccessibleInterval<? extends RealType<?>> image, T pixelType) Convert the pixel type of the given image to a given output pixel type.static voidRealTypeConverters.copyFromTo(RandomAccessible<? extends RealType<?>> source, RandomAccessibleInterval<? extends RealType<?>> destination) Copy the image content from a source image to a destination image.static voidRealTypeConverters.copyFromTo(RandomAccessible<? extends RealType<?>> source, RandomAccessibleInterval<? extends RealType<?>> destination) Copy the image content from a source image to a destination image. -
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>>TODOprivate static final classfinal classRealFloatSamplerConverter<R extends RealType<R>>TODOprivate static final classRealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>> -
Uses of RealType in net.imglib2.display
Classes in net.imglib2.display with type parameters of type RealTypeModifier and TypeInterfaceDescriptioninterfaceRealARGBColorConverter<R extends RealType<?>>static classRealARGBColorConverterFactory.Imp<R extends RealType<?>>Methods in net.imglib2.display with type parameters of type RealTypeModifier and TypeMethodDescriptionstatic <R extends RealType<?>>
RealARGBColorConverter<R> RealARGBColorConverter.create(R type, double min, double max) static <R extends RealType<?>>
RealARGBColorConverter<R> RealARGBColorConverterFactory.create(R type, double min, double max) -
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.Fields in net.imglib2.interpolation.neighborsearch declared as RealType -
Uses of RealType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type RealTypeModifier and TypeClassDescriptionclassClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R, T>> N-linear interpolator forRealTypevalues with overflow check.classLanczosInterpolator<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.test
Method parameters in net.imglib2.test with type arguments of type RealTypeModifier and TypeMethodDescriptionstatic voidImgLib2Assert.assertImageEqualsRealType(RandomAccessibleInterval<? extends RealType<?>> expected, RandomAccessibleInterval<? extends RealType<?>> actual, double tolerance) Throws an AssertionError, if the content or intervals of the two images differ. -
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.classNativeTypebacked byboolean. -
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 TypeClassDescriptionclassAbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R, T>> classAbstractVolatileRealType<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 TypeClassDescriptionclassAbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R, T>> classAbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealTypes that wrapRealType.classprivate static classclassAVolatilevariant ofDoubleType.private static classclassprivate static classclassprivate static classclassprivate static classclassVolatileRealType<T extends RealType<T>>Something volatile that has a value and is either VALID or INVALID.classprivate static classclassAVolatilevariant ofUnsignedByteType.private static classclassAVolatilevariant ofUnsignedIntType.private static classclassAVolatilevariant ofUnsignedLongType.private static classclassAVolatilevariant ofUnsignedShortType.private static class -
Uses of RealType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type RealTypeModifier and TypeMethodDescriptionstatic <T extends RealType<T>>
voidCopy a flat array of doubles into an Img.static <T extends RealType<T>>
voidstatic <T extends RealType<T>>
voidCopy the contents of an Img to a double arraystatic <T extends RealType<T>>
voidMethod parameters in net.imglib2.util with type arguments of type RealTypeModifier and TypeMethodDescriptionstatic double[]Util.asDoubleArray(Iterable<? extends RealType<?>> iterable) Returns the content ofIterable<RealType>as array of doubles.static double[]Util.asDoubleArray(RandomAccessibleInterval<? extends RealType<?>> rai) Returns the pixels of an RandomAccessibleInterval of RealType as array of doubles.static Collection<Double> FlatCollections.doubleCollection(IterableInterval<? extends RealType<?>> image) Wraps aRealTypeiterable image as a collection.FlatCollections.doubleList(RandomAccessibleInterval<? extends RealType<?>> image) Wraps aRealTyperandom-accessible image as a list.static Collection<Float> FlatCollections.floatCollection(IterableInterval<? extends RealType<?>> image) Wraps aRealTypeiterable image as a collection.FlatCollections.floatList(RandomAccessibleInterval<? extends RealType<?>> image) Wraps aRealTyperandom-accessible image as a list. -
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>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, double value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends RealType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, float value, 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.static <T extends RealType<T>,F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, double value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends RealType<T>,F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, float value) Extend a RandomAccessibleInterval with a constant-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>>