Package | Description |
---|---|
net.imglib2.algorithm.labeling | |
net.imglib2.roi.labeling |
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.
|
Modifier and Type | Method and Description |
---|---|
static <T,I extends IntegerType<I>> |
ImgLabeling.fromImageAndLabels(RandomAccessibleInterval<I> img,
List<T> labels)
Creates a non empty ImgLabeling, from an index image and a list of
labels.
|
static <T,I extends IntegerType<I>> |
ImgLabeling.fromImageAndLabelSets(RandomAccessibleInterval<I> img,
List<Set<T>> labelSets)
Creates a non empty ImgLabeling, from an index image and a list of label
sets.
|
static <T,U,I extends IntegerType<I>> |
Labelings.remapLabels(ImgLabeling<T,I> labeling,
Function<T,U> function)
Create a new
ImgLabeling from an input labeling, with the labels
transformed according to the provided Function . |
static <T,U,I extends IntegerType<I>> |
Labelings.remapLabels(ImgLabeling<T,I> labeling,
Map<T,U> mapping)
Create a new
ImgLabeling from an input labeling, with the labels
transformed according to the provided Map . |
Modifier and Type | Method and Description |
---|---|
static <T,I extends IntegerType<I>> |
Labelings.getOccurringPixelSets(ImgLabeling<T,I> img)
Return a
Set of occurring pixel values in the ImgLabeling index image. |
static <T,I extends IntegerType<I>> |
Labelings.hasIntersectingLabels(ImgLabeling<T,I> img)
Check if the image labeling
img has intersecting labels. |
static <T,U,I extends IntegerType<I>> |
Labelings.remapLabels(ImgLabeling<T,I> labeling,
Function<T,U> function)
Create a new
ImgLabeling from an input labeling, with the labels
transformed according to the provided Function . |
static <T,U,I extends IntegerType<I>> |
Labelings.remapLabels(ImgLabeling<T,I> labeling,
Map<T,U> mapping)
Create a new
ImgLabeling from an input labeling, with the labels
transformed according to the provided Map . |
Copyright © 2015–2022 ImgLib2. All rights reserved.