Package | Description |
---|---|
mpicbg.imglib.labeling |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLabelingCursorStrategy<T extends Comparable<T>,L extends Labeling<T>>
A relatively conservative strategy suitable for blobby objects -
retain the bounding boxes and raster starts and reconstruct the
cursors by scanning.
|
Modifier and Type | Field and Description |
---|---|
protected LabelingCursorStrategy<T,Labeling<T>> |
Labeling.strategy |
Modifier and Type | Method and Description |
---|---|
LabelingCursorStrategy<T,L> |
LabelingCursorStrategyFactory.createLabelingCursorStrategy(L labeling) |
LabelingCursorStrategy<T,L> |
DefaultLabelingCursorStrategyFactory.createLabelingCursorStrategy(L labeling) |
Modifier and Type | Method and Description |
---|---|
void |
Labeling.setLabelingCursorStrategy(LabelingCursorStrategy<T,Labeling<T>> strategy)
Use an alternative strategy for making labeling cursors.
|
Copyright © 2015–2021 Fiji. All rights reserved.