Uses of Class
net.imglib2.view.composite.NumericComposite
-
Packages that use NumericComposite Package Description net.imglib2.view net.imglib2.view.composite -
-
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>
-