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 TypeClassDescriptionclass
RealARGBConverter<R extends RealType<?>>
class
RealDoubleConverter<R extends RealType<R>>
Converts anyRealType
to aDoubleType
.class
RealFloatConverter<R extends RealType<R>>
class
RealLUTConverter<R extends RealType<R>>
RealLUTConverter contains aColorTable8
, through which samples are filtered.class
RealUnsignedByteConverter<R extends RealType<R>>
class
RealUnsignedShortConverter<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 class
RealDoubleSamplerConverter<R extends RealType<R>>
TODOfinal class
RealFloatSamplerConverter<R extends RealType<R>>
TODO -
Uses of RealType in net.imglib2.histogram
Classes in net.imglib2.histogram with type parameters of type RealTypeModifier and TypeClassDescriptionclass
Real1dBinMapper<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 aHistogramNd
from 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 TypeClassDescriptionclass
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess
to aKNearestNeighborSearch
whose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.class
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>
Factory forInverseDistanceWeightingInterpolator
instances 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 TypeClassDescriptionclass
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolationclass
LanczosInterpolatorFactory<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 TypeClassDescriptionclass
OutOfBoundsRandomValue<T extends RealType<T>>
Return a random value in a certain range when outside of the Intervalclass
OutOfBoundsRandomValueFactory<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 TypeClassDescriptionclass
TODOclass
ABooleanType
wrapping a single primitiveboolean
variable. -
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 TypeClassDescriptionclass
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.class
AbstractIntegerType<T extends AbstractIntegerType<T>>
TODOclass
TODOclass
GenericByteType<T extends GenericByteType<T>>
TODOclass
GenericIntType<T extends GenericIntType<T>>
TODOclass
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.class
GenericShortType<T extends GenericShortType<T>>
Abstract base class fornative
IntegerType
s that encode their value into a 16bit short.class
TODOclass
TODOclass
TODOclass
AType
with a bit depth of 128.class
A 12-bitType
whose data is stored in aLongAccess
.class
AType
with a bit depth of 2.class
AType
with a bit depth of 4.class
TODOclass
TODOclass
TODOclass
TODOclass
AType
with 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 TypeClassDescriptionclass
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
TODOclass
TODO -
Uses of RealType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type RealTypeModifier and TypeClassDescriptionclass
AbstractVolatileRealType<R extends RealType<R>,
T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealType
s that wrapRealType
.class
VolatileRealType<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 TypeClassDescriptionclass
AbstractVolatileRealType<R extends RealType<R>,
T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealType
s that wrapRealType
.class
VolatileRealType<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 TypeClassDescriptionclass
RealComposite<T extends RealType<T>>
A vector ofRealType
scalars.static class
RealComposite.Factory<T extends RealType<T>>