Interface | Description |
---|---|
LabelingCursorStrategy<T extends Comparable<T>,L extends Labeling<T>> | |
LabelingCursorStrategyFactory<T extends Comparable<T>,L extends Labeling<T>> |
TODO
|
Class | Description |
---|---|
BoundingBox |
The bounding box that contains a region from the minimum inclusive to
the maximum non-inclusive.
|
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.
|
DefaultLabelingCursorStrategyFactory<T extends Comparable<T>,L extends Labeling<T>> |
TODO
|
Labeling<T extends Comparable<T>> |
A labeling represents the assignment of zero or more labels to the
pixels in a space.
|
LabelingType<T extends Comparable<T>> |
The LabelingType represents a labeling of a pixel with zero or more
labelings of type T.
|
LocalizableLabelingCursor<T extends Comparable<T>> |
A cursor that only visits labeled pixels.
|
LocalizableLabelingPerimeterCursor<T extends Comparable<T>> |
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.