Uses of Interface
net.imglib2.type.numeric.NumericType
-
-
Uses of NumericType in net.imglib2.converter
Methods in net.imglib2.converter with type parameters of type NumericType Modifier and Type Method Description static <A extends NumericType<A>,B extends Type<B>>
RandomAccessibleInterval<B>Converters. composeNumeric(java.util.List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>,B> composer, B targetType)Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>,B>
RandomAccessibleInterval<B>Converters. composeNumeric2(java.util.List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>,B> composer, java.util.function.Supplier<B> targetSupplier)Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. -
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 classClampingNLinearInterpolatorFactory<T extends NumericType<T>>Provides clamping n-linear interpolators for volatile and non-volatile types.classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classNLinearInterpolatorFactory<T extends NumericType<T>>Fields in net.imglib2.interpolation.randomaccess declared as NumericType Modifier and Type Field Description protected TNLinearInterpolator. accumulatorprotected TNLinearInterpolator. tmp -
Uses of NumericType in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack with type parameters of type NumericType Modifier and Type Class Description classLinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>A linear interpolator for stacks ofRealRandomAccessibles.classLinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>>Fields in net.imglib2.interpolation.stack declared as NumericType Modifier and Type Field Description protected TLinearRealRandomAccessibleStackInterpolator. tmprequired because (a - b) in (a - b) * w + b cannot become negative value in unsigned types and NumericType is not Comparable so we cannot have decide which of the two options (a - b) * w + b or (b - a) * w1 + a could workprotected TLinearRealRandomAccessibleStackInterpolator. value -
Uses of NumericType in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type NumericType Modifier and Type Class Description classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassOutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,F extends Interval & RandomAccessible<T>>TODOFields in net.imglib2.outofbounds declared as NumericType Modifier and Type Field Description (package private) TOutOfBoundsMirrorExpWindowing. type -
Uses of NumericType in net.imglib2.type
Subinterfaces of NumericType in net.imglib2.type Modifier and Type Interface Description interfaceBooleanType<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 classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
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 interfaceNumericType<T extends NumericType<T>>TODOSubinterfaces of NumericType in net.imglib2.type.numeric Modifier and Type Interface Description interfaceComplexType<T extends ComplexType<T>>TODOinterfaceIntegerType<T extends IntegerType<T>>TODOinterfaceRealType<T extends RealType<T>>TODOClasses in net.imglib2.type.numeric that implement NumericType Modifier and Type Class Description classAbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>classARGBDoubleTypeclassARGBTypeAnativeNumericTypethat 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.classNativeARGBDoubleType -
Uses of NumericType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement NumericType Modifier and Type Class Description classAbstractComplexType<T extends AbstractComplexType<T>>TODOclassComplexDoubleTypeTODOclassComplexFloatTypeTODO -
Uses of NumericType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement NumericType 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 NumericType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement NumericType Modifier and Type Class Description classAbstractRealType<T extends AbstractRealType<T>>TODOclassDoubleTypeTODOclassFloatTypeTODO -
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 classAbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>,T extends AbstractVolatileNativeNumericType<N,T>>classAbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>Abstract base class forVolatileNumericTypes that wrap aNumericTypethat is either VALID or INVALID.classVolatileNumericType<T extends NumericType<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 classAbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>Abstract base class for a vector ofNumericTypescalars.classNumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.static classNumericComposite.Factory<T extends NumericType<T>>Classes in net.imglib2.view.composite that implement NumericType Modifier and Type Class Description classAbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>Abstract base class for a vector ofNumericTypescalars.classNumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.classRealComposite<T extends RealType<T>>A vector ofRealTypescalars.
-