Uses of Class
net.imglib2.view.composite.GenericComposite
-
Packages that use GenericComposite Package Description net.imglib2.view net.imglib2.view.composite -
-
Uses of GenericComposite in net.imglib2.view
Methods in net.imglib2.view that return types with arguments of type GenericComposite Modifier and Type Method Description static <T> CompositeView<T,? extends GenericComposite<T>>
Views. collapse(RandomAccessible<T> source)
Collapse the nth dimension of an n -dimensionalRandomAccessible
<T> into an (n -1)-dimensionalRandomAccessible
<GenericComposite
<T>>static <T> CompositeIntervalView<T,? extends GenericComposite<T>>
Views. collapse(RandomAccessibleInterval<T> source)
Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval
<T> into an ( n-1)-dimensionalRandomAccessibleInterval
<GenericComposite
<T>> -
Uses of GenericComposite in net.imglib2.view.composite
Methods in net.imglib2.view.composite that return GenericComposite Modifier and Type Method Description GenericComposite<T>
GenericComposite.Factory. create(RandomAccess<T> sourceAccess)
-