Uses of Class
net.imglib2.view.composite.NumericComposite
-
Packages that use NumericComposite Package Description net.imglib2.converter net.imglib2.view net.imglib2.view.composite -
-
Uses of NumericComposite in net.imglib2.converter
Method parameters in net.imglib2.converter with type arguments of type NumericComposite 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 NumericComposite in net.imglib2.view
Methods in net.imglib2.view that return types with arguments of type NumericComposite 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>> -
Uses of NumericComposite in net.imglib2.view.composite
Methods in net.imglib2.view.composite that return NumericComposite Modifier and Type Method Description NumericComposite<T>NumericComposite. copy()NumericComposite<T>NumericComposite.Factory. create(RandomAccess<T> sourceAccess)NumericComposite<T>NumericComposite. createVariable()Generates a 1DArrayImg<T>
-