Uses of Class
net.imglib2.view.composite.NumericComposite
Packages that use NumericComposite
-
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
Methods in net.imglib2.view.composite that return NumericCompositeModifier and TypeMethodDescriptionNumericComposite.copy()
NumericComposite.Factory.create
(RandomAccess<T> sourceAccess) NumericComposite.createVariable()
Generates a 1DArrayImg
<T>