Uses of Interface
net.imglib2.type.numeric.NumericType
-
-
Uses of NumericType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type NumericType Modifier and Type Class Description class
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.class
NLinearInterpolator1D<T extends NumericType<T>>
class
NLinearInterpolator2D<T extends NumericType<T>>
class
NLinearInterpolator3D<T extends NumericType<T>>
class
NLinearInterpolatorFactory<T extends NumericType<T>>
Fields in net.imglib2.interpolation.randomaccess declared as NumericType Modifier and Type Field Description protected T
NLinearInterpolator. accumulator
protected T
NLinearInterpolator. tmp
-
Uses of NumericType in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type NumericType Modifier and Type Class Description class
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>>
Adds a exponential windowing to the mirrored content outside the Interval boundariesclass
OutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,F extends Interval & RandomAccessible<T>>
TODO -
Uses of NumericType in net.imglib2.type
Subinterfaces of NumericType in net.imglib2.type Modifier and Type Interface Description interface
BooleanType<T extends BooleanType<T>>
TODO -
Uses of NumericType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement NumericType Modifier and Type Class Description class
BitType
TODOclass
BoolType
ABooleanType
wrapping a single primitiveboolean
variable. -
Uses of NumericType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric with type parameters of type NumericType Modifier and Type Interface Description interface
NumericType<T extends NumericType<T>>
TODOSubinterfaces of NumericType in net.imglib2.type.numeric Modifier and Type Interface Description interface
ComplexType<T extends ComplexType<T>>
TODOinterface
IntegerType<T extends IntegerType<T>>
TODOinterface
RealType<T extends RealType<T>>
TODOClasses in net.imglib2.type.numeric that implement NumericType Modifier and Type Class Description class
AbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>
class
ARGBDoubleType
class
ARGBType
Anative
NumericType
that encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.class
NativeARGBDoubleType
-
Uses of NumericType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement NumericType Modifier and Type Class Description class
AbstractComplexType<T extends AbstractComplexType<T>>
TODOclass
ComplexDoubleType
TODOclass
ComplexFloatType
TODO -
Uses of NumericType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement NumericType 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 NumericType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement NumericType Modifier and Type Class Description class
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
DoubleType
TODOclass
FloatType
TODO -
Uses of NumericType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type NumericType Modifier and Type Class Description class
AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>
Abstract base class forVolatileNumericType
s that wrap aNumericType
that is either VALID or INVALID.class
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.Classes in net.imglib2.type.volatiles that implement NumericType Modifier and Type Class Description class
AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>
Abstract base class forVolatileNumericType
s that wrap aNumericType
that is either VALID or INVALID.class
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class forVolatileRealType
s that wrapRealType
.class
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.class
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID. -
Uses of NumericType in net.imglib2.view
Methods in net.imglib2.view with type parameters of type NumericType Modifier and Type Method Description static <T extends NumericType<T>>
CompositeView<T,NumericComposite<T>>Views. collapseNumeric(RandomAccessible<T> source, int numChannels)
Collapse the nth dimension of an n -dimensionalRandomAccessible
<T extendsNumericType
<T>> into an (n-1)-dimensionalRandomAccessible
<NumericComposite
<T>>static <T extends NumericType<T>>
CompositeIntervalView<T,NumericComposite<T>>Views. collapseNumeric(RandomAccessibleInterval<T> source)
Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval
<T extendsNumericType
<T>> into an (n-1)-dimensionalRandomAccessibleInterval
<NumericComposite
<T>>static <T extends NumericType<T>>
IntervalView<T>Views. expandZero(RandomAccessibleInterval<T> source, long... border)
Expand a RandomAccessibleInterval as specified by border.static <T extends NumericType<T>,F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F>Views. extendZero(F source)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy where the constant value is the zero-element of the data type. -
Uses of NumericType in net.imglib2.view.composite
Classes in net.imglib2.view.composite with type parameters of type NumericType Modifier and Type Class Description class
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector ofNumericType
scalars.class
NumericComposite<T extends NumericType<T>>
A vector ofNumericType
scalars.static class
NumericComposite.Factory<T extends NumericType<T>>
Classes in net.imglib2.view.composite that implement NumericType Modifier and Type Class Description class
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector ofNumericType
scalars.class
NumericComposite<T extends NumericType<T>>
A vector ofNumericType
scalars.class
RealComposite<T extends RealType<T>>
A vector ofRealType
scalars.
-