Package | Description |
---|---|
net.imglib2.view | |
net.imglib2.view.composite |
Modifier and Type | Method and Description |
---|---|
static <T> CompositeView<T,? extends GenericComposite<T>> |
Views.collapse(RandomAccessible<T> source)
Collapse the nth dimension of an n
-dimensional
RandomAccessible <T> into an (n
-1)-dimensional RandomAccessible <GenericComposite
<T>> |
static <T> CompositeIntervalView<T,? extends GenericComposite<T>> |
Views.collapse(RandomAccessibleInterval<T> source)
Collapse the nth dimension of an n
-dimensional
RandomAccessibleInterval <T> into an (
n-1)-dimensional RandomAccessibleInterval <
GenericComposite <T>> |
Modifier and Type | Method and Description |
---|---|
GenericComposite<T> |
GenericComposite.Factory.create(RandomAccess<T> sourceAccess) |
Copyright © 2015–2022 ImgLib2. All rights reserved.