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 class
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 RealType Modifier and Type Class Description class
RealDoubleSamplerConverter<R extends RealType<R>>
TODOclass
RealFloatSamplerConverter<R extends RealType<R>>
TODO -
Uses of RealType in net.imglib2.histogram
Classes in net.imglib2.histogram with type parameters of type RealType Modifier and Type Class Description class
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 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 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 RealType Modifier and Type Class Description class
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 RealType Modifier and Type Class Description class
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 Modifier and Type Field Description protected T
LanczosInterpolator. interpolatedValue
-
Uses of RealType in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type RealType Modifier and Type Class Description class
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 Modifier and Type Field Description protected T
OutOfBoundsRandomValueFactory. value
-
Uses of RealType in net.imglib2.type
Subinterfaces of RealType in net.imglib2.type Modifier and Type Interface Description interface
BooleanType<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 class
BitType
TODOclass
BoolType
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 RealType Modifier and Type Interface Description interface
RealType<T extends RealType<T>>
TODOSubinterfaces of RealType in net.imglib2.type.numeric Modifier and Type Interface Description interface
IntegerType<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 class
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
ByteType
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
IntType
TODOclass
LongType
TODOclass
ShortType
TODOclass
Unsigned128BitType
AType
with a bit depth of 128.class
Unsigned12BitType
A 12-bitType
whose data is stored in aLongAccess
.class
Unsigned2BitType
AType
with a bit depth of 2.class
Unsigned4BitType
AType
with a bit depth of 4.class
UnsignedByteType
TODOclass
UnsignedIntType
TODOclass
UnsignedLongType
TODOclass
UnsignedShortType
TODOclass
UnsignedVariableBitLengthType
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 RealType Modifier and Type Class Description class
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
DoubleType
TODOclass
FloatType
TODO -
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 class
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 RealType Modifier and Type Class Description class
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 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)
-
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>,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 RealType Modifier and Type Class Description class
RealComposite<T extends RealType<T>>
A vector ofRealType
scalars.static class
RealComposite.Factory<T extends RealType<T>>
-