Uses of Class
net.imglib2.view.BundleView
Packages that use BundleView
-
Uses of BundleView in net.imglib2.view
Methods in net.imglib2.view that return BundleViewModifier and TypeMethodDescriptionstatic <T> BundleView<T> Views.bundle(RandomAccessible<T> source) Bundle the coordinates and values of aRandomAccessible<T>as aRandomAccessible<RandomAccess<T>>.