Package | Description |
---|---|
net.imglib2.view | |
net.imglib2.view.composite |
Modifier and Type | Method and Description |
---|---|
static <T extends NumericType<T>> |
Views.collapseNumeric(RandomAccessible<T> source,
int numChannels)
Collapse the nth dimension of an n
-dimensional
RandomAccessible <T extends NumericType
<T>> into an (n-1)-dimensional RandomAccessible
<NumericComposite <T>> |
static <T extends NumericType<T>> |
Views.collapseNumeric(RandomAccessibleInterval<T> source)
Collapse the nth dimension of an n
-dimensional
RandomAccessibleInterval <T extends
NumericType <T>> into an (n-1)-dimensional
RandomAccessibleInterval <NumericComposite <T>> |
Modifier and Type | Method and Description |
---|---|
NumericComposite<T> |
NumericComposite.copy() |
NumericComposite<T> |
NumericComposite.Factory.create(RandomAccess<T> sourceAccess) |
NumericComposite<T> |
NumericComposite.createVariable()
Generates a 1D
ArrayImg <T> |
Copyright © 2009–2017 ImgLib2. All rights reserved.