Uses of Interface
net.imglib2.type.numeric.RealType
-
-
Uses of RealType in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type RealType Modifier and Type Class Description classRealARGBConverter<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 RealType Modifier and Type Method Description static <A extends RealType<A>,B extends Type<B>>
RandomAccessibleInterval<B>Converters. composeReal(java.util.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(java.util.List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>,B> composer, java.util.function.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.(package private) static <S extends RealType<?>,T extends RealType<?>>
Converter<S,T>RealTypeConverterInternals. getConverter(S inputType, T outputType)(package private) static <S extends RealType<?>,T extends RealType<?>>
Converter<S,T>RealTypeConverterInternals. getConverter(S inputType, T outputType)static <S extends RealType<?>,T extends RealType<?>>
Converter<S,T>RealTypeConverters. getConverter(S inputType, T outputType)Returns a converter that converts from input to output type.static <S extends RealType<?>,T extends RealType<?>>
Converter<S,T>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 RealType Modifier and Type Method Description voidRealTypeConverterInternals.DoubleConverter. convert(RealType<?> input, RealType<?> output)voidRealTypeConverterInternals.FloatConverter. convert(RealType<?> input, RealType<?> output)ConverterRealTypeConverterInternals.ConverterFactory. create(RealType<?> in, RealType<?> out)private 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 RealType Modifier and Type Method Description 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.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 RealType Modifier and Type Class Description classRealDoubleSamplerConverter<R extends RealType<R>>TODOprivate static classRealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>>classRealFloatSamplerConverter<R extends RealType<R>>TODOprivate static classRealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>> -
Uses of RealType in net.imglib2.display
Classes in net.imglib2.display with type parameters of type RealType Modifier and Type Interface Description interfaceRealARGBColorConverter<R extends RealType<?>>static classRealARGBColorConverterFactory.Imp<R extends RealType<?>>Methods in net.imglib2.display with type parameters of type RealType Modifier and Type Method Description static <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 RealType Modifier and Type Class Description classReal1dBinMapper<T extends RealType<T>>Maps real values into a 1-d set of bins.Methods in net.imglib2.histogram with type parameters of type RealType Modifier and Type Method Description static <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 RealType 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.classInverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>Factory forInverseDistanceWeightingInterpolatorinstances that work on aKNearestNeighborSearch.Fields in net.imglib2.interpolation.neighborsearch declared as RealType Modifier and Type Field Description (package private) TInverseDistanceWeightingInterpolator. value -
Uses of RealType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type RealType Modifier and Type Class Description classClampingNLinearInterpolatorRealType<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 Modifier and Type Field Description protected TLanczosInterpolator. interpolatedValue -
Uses of RealType in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type RealType Modifier and Type Class Description classOutOfBoundsRandomValue<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 Modifier and Type Field Description (package private) TOutOfBoundsRandomValue. valueprotected TOutOfBoundsRandomValueFactory. value -
Uses of RealType in net.imglib2.test
Method parameters in net.imglib2.test with type arguments of type RealType Modifier and Type Method Description static 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 Modifier and Type Interface Description interfaceBooleanType<T extends BooleanType<T>>TODO -
Uses of RealType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement RealType Modifier and Type Class Description classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
Uses of RealType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric with type parameters of type RealType Modifier and Type Interface Description interfaceRealType<T extends RealType<T>>TODOSubinterfaces of RealType in net.imglib2.type.numeric Modifier and Type Interface Description interfaceIntegerType<T extends IntegerType<T>>TODO -
Uses of RealType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement RealType Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassByteTypeTODOclassGenericByteType<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.classIntTypeTODOclassLongTypeTODOclassShortTypeTODOclassUnsigned128BitTypeATypewith a bit depth of 128.classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.classUnsignedByteTypeTODOclassUnsignedIntTypeTODOclassUnsignedLongTypeTODOclassUnsignedShortTypeTODOclassUnsignedVariableBitLengthTypeATypewith 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 RealType Modifier and Type Class Description classAbstractRealType<T extends AbstractRealType<T>>TODOclassDoubleTypeTODOclassFloatTypeTODO -
Uses of RealType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type RealType Modifier and Type Class Description classAbstractVolatileNativeRealType<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. -
Uses of RealType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type RealType Modifier and Type Method Description static <T extends RealType<T>>
voidImgUtil. copy(double[] src, int offset, int[] stride, Img<T> dest)Copy a flat array of doubles into an Img.static <T extends RealType<T>>
voidImgUtil. copy(float[] src, int offset, int[] stride, Img<T> dest)static <T extends RealType<T>>
voidImgUtil. copy(Img<T> src, double[] dest, int offset, int[] stride)Copy the contents of an Img to a double arraystatic <T extends RealType<T>>
voidImgUtil. copy(Img<T> src, float[] dest, int offset, int[] stride)Method parameters in net.imglib2.util with type arguments of type RealType Modifier and Type Method Description static double[]Util. asDoubleArray(java.lang.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 java.util.Collection<java.lang.Double>FlatCollections. doubleCollection(IterableInterval<? extends RealType<?>> image)Wraps aRealTypeiterable image as a collection.static java.util.List<java.lang.Double>FlatCollections. doubleList(RandomAccessibleInterval<? extends RealType<?>> image)Wraps aRealTyperandom-accessible image as a list.static java.util.Collection<java.lang.Float>FlatCollections. floatCollection(IterableInterval<? extends RealType<?>> image)Wraps aRealTypeiterable image as a collection.static java.util.List<java.lang.Float>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 RealType Modifier and Type Method Description static <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 RealType Modifier and Type Class Description classRealComposite<T extends RealType<T>>A vector ofRealTypescalars.static classRealComposite.Factory<T extends RealType<T>>
-