Package | Description |
---|---|
net.imglib2.algorithm.labeling | |
net.imglib2.converter | |
net.imglib2.view | |
net.imglib2.view.composite |
Modifier and Type | Method and Description |
---|---|
static <B extends BooleanType<B>,C extends RealComposite<B>,L extends IntegerType<L>> |
ConnectedComponentAnalysis.connectedComponentsOnAffinities(RandomAccessible<C> affinities,
long[][] affinityOffsets,
RandomAccessibleInterval<L> labeling,
UnionFind uf,
long firstIndex)
Connected components on a regular arbitrary boolean affinity graph.
|
static <B extends BooleanType<B>,C extends RealComposite<B>,L extends IntegerType<L>> |
ConnectedComponentAnalysis.connectedComponentsOnAffinities(RandomAccessible<C> affinities,
long[][] affinityOffsets,
RandomAccessibleInterval<L> labeling,
UnionFind uf,
ToLongBiFunction<Localizable,L> id,
LongUnaryOperator idForSet)
Connected components on a regular arbitrary boolean affinity graph.
|
Modifier and Type | Method and Description |
---|---|
static <A extends RealType<A>,B extends Type<B>> |
Converters.composeReal(List<RandomAccessibleInterval<A>> components,
Converter<RealComposite<A>,B> composer,
B targetType)
Compose a list of same
Interval and same RealType A
RandomAccessibleIntervals into a
RandomAccessibleInterval of some target Type B using a
Converter from Composite of A to B. |
static <A extends RealType<A>,B extends Type<B>> |
Converters.composeReal(List<RandomAccessibleInterval<A>> components,
Converter<RealComposite<A>,B> composer,
Supplier<B> targetTypeSupplier)
Compose a list of same
Interval and same RealType 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 RealType<T>> |
Views.collapseReal(RandomAccessible<T> source,
int numChannels)
Collapse the nth dimension of an n
-dimensional
RandomAccessible <T extends RealType
<T>> into an (n-1)-dimensional RandomAccessible
<RealComposite <T>> |
static <T extends RealType<T>> |
Views.collapseReal(RandomAccessibleInterval<T> source)
Collapse the nth dimension of an n
-dimensional
RandomAccessibleInterval <T extends
RealType <T>> into an (n-1)-dimensional
RandomAccessibleInterval <RealComposite <T>> |
Modifier and Type | Method and Description |
---|---|
RealComposite<T> |
RealComposite.copy() |
RealComposite<T> |
RealComposite.Factory.create(RandomAccess<T> sourceAccess) |
RealComposite<T> |
RealComposite.createVariable()
Generates a 1D
ArrayImg <T> |
Copyright © 2015–2022 ImgLib2. All rights reserved.