Package | Description |
---|---|
net.imglib2.algorithm.labeling | |
net.imglib2.labeling |
Modifier and Type | Field and Description |
---|---|
protected Labeling<L> |
Watershed.output |
protected Labeling<L> |
Watershed.seeds |
Modifier and Type | Method and Description |
---|---|
Labeling<L> |
Watershed.getResult() |
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<T>> |
AllConnectedComponents.labelAllConnectedComponents(Labeling<T> labeling,
RandomAccessibleInterval<BitType> img,
Iterator<T> names)
Deprecated.
Label all connected components in the given image using an 8-connected
structuring element or it's N-dimensional analog (connect if touching
along diagonals as well as +/- one element in any direction).
|
static <T extends Comparable<T>> |
AllConnectedComponents.labelAllConnectedComponents(Labeling<T> labeling,
RandomAccessibleInterval<BitType> img,
Iterator<T> names,
long[][] structuringElement)
Deprecated.
Label all connected components in the given image using an arbitrary
structuring element.
|
void |
Watershed.setOutputLabeling(Labeling<L> outputLabeling)
Set the output labeling where the results will be stored.
|
void |
Watershed.setSeeds(Labeling<L> seeds)
Provide the seeds that mark the watersheds.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultROIStrategy<T extends Comparable<T>,L extends Labeling<T>>
Deprecated.
|
class |
LabelingOutOfBoundsRandomAccessFactory<T extends Comparable<T>,F extends Labeling<T>>
Deprecated.
|
interface |
LabelingROIStrategy<T extends Comparable<T>,L extends Labeling<T>>
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeLabeling<T extends Comparable<T>>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLabeling<T extends Comparable<T>>
Deprecated.
|
class |
AbstractNativeLabeling<T extends Comparable<T>>
Deprecated.
|
class |
LabelingView<L extends Comparable<L>>
Deprecated.
|
class |
NativeImgLabeling<T extends Comparable<T>,I extends IntegerType<I>>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected L |
DefaultROIStrategy.labeling
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected LabelingROIStrategy<L,? extends Labeling<L>> |
LabelingView.m_strategy
Deprecated.
|
protected LabelingROIStrategy<T,? extends Labeling<T>> |
AbstractLabeling.strategy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<L extends Labeling<T>> |
LabelingROIStrategyFactory.createLabelingROIStrategy(L labeling)
Deprecated.
|
<L extends Labeling<T>> |
DefaultROIStrategyFactory.createLabelingROIStrategy(L labeling)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Labeling<T> |
NativeImgLabeling.copy()
Deprecated.
|
Labeling<L> |
LabelingView.copy()
Deprecated.
|
Labeling<T> |
Labeling.copy()
Deprecated.
Copy method
|
Labeling<T> |
LabelingFactory.create(int[] dim)
Deprecated.
|
Labeling<T> |
LabelingFactory.create(Interval interval)
Deprecated.
|
abstract Labeling<T> |
LabelingFactory.create(long[] dim)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLabeling.setLabelingCursorStrategy(LabelingROIStrategy<T,? extends Labeling<T>> strategy)
Deprecated.
Use an alternative strategy for making labeling cursors.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.