Package | Description |
---|---|
net.imglib2.algorithm.labeling |
Modifier and Type | Method and Description |
---|---|
static ConnectedComponents.StructuringElement |
ConnectedComponents.StructuringElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectedComponents.StructuringElement[] |
ConnectedComponents.StructuringElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IntegerType<T>,L,I extends IntegerType<I>> |
ConnectedComponents.labelAllConnectedComponents(RandomAccessible<T> input,
ImgLabeling<L,I> labeling,
Iterator<L> labelGenerator,
ConnectedComponents.StructuringElement se)
Label all connected components in the given input image.
|
static <T extends IntegerType<T>,L,I extends IntegerType<I>> |
ConnectedComponents.labelAllConnectedComponents(RandomAccessible<T> input,
ImgLabeling<L,I> labeling,
Iterator<L> labelGenerator,
ConnectedComponents.StructuringElement se,
ExecutorService service)
Label all connected components in the given input image.
|
static <T extends IntegerType<T>,L extends IntegerType<L>> |
ConnectedComponents.labelAllConnectedComponents(RandomAccessible<T> input,
RandomAccessibleInterval<L> output,
ConnectedComponents.StructuringElement se)
"Label" all connected components in the given input image.
|
static <T extends IntegerType<T>,L extends IntegerType<L>> |
ConnectedComponents.labelAllConnectedComponents(RandomAccessible<T> input,
RandomAccessibleInterval<L> output,
ConnectedComponents.StructuringElement se,
ExecutorService service)
"Label" all connected components in the given input image.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.