Uses of Class
net.imglib2.view.composite.GenericComposite
Packages that use GenericComposite
-
Uses of GenericComposite in net.imglib2.view
Methods in net.imglib2.view that return types with arguments of type GenericCompositeModifier and TypeMethodDescriptionstatic <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