Package | Description |
---|---|
net.imglib2.converter | |
net.imglib2.view | |
net.imglib2.view.composite |
Modifier and Type | Method and Description |
---|---|
static <A extends NumericType<A>,B extends Type<B>> |
Converters.composeNumeric(List<RandomAccessibleInterval<A>> components,
Converter<NumericComposite<A>,B> composer,
B targetType)
Compose a list of same
Interval and same NumericType A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
static <A extends NumericType<A>,B extends Type<B>> |
Converters.composeNumeric(List<RandomAccessibleInterval<A>> components,
Converter<NumericComposite<A>,B> composer,
Supplier<B> targetTypeSupplier)
Compose a list of same
Interval and same NumericType A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
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 © 2015–2022 ImgLib2. All rights reserved.