Uses of Class
net.imglib2.view.composite.NumericComposite
Packages that use NumericComposite
-
Uses of NumericComposite in net.imglib2.converter
Method parameters in net.imglib2.converter with type arguments of type NumericCompositeModifier and TypeMethodDescriptionstatic <A extends NumericType<A>, B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeNumeric(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(List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. -
Uses of NumericComposite in net.imglib2.view
Methods in net.imglib2.view that return types with arguments of type NumericCompositeModifier and TypeMethodDescriptionstatic <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>> -
Uses of NumericComposite in net.imglib2.view.composite
Subclasses with type arguments of type NumericComposite in net.imglib2.view.compositeModifier and TypeClassDescriptionclassNumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.Classes in net.imglib2.view.composite that implement interfaces with type arguments of type NumericCompositeMethods in net.imglib2.view.composite that return NumericCompositeModifier and TypeMethodDescriptionNumericComposite.copy()NumericComposite.Factory.create(RandomAccess<T> sourceAccess) NumericComposite.createVariable()Generates a 1DArrayImg<T>