@Deprecated public interface Labeling<T extends Comparable<T>> extends RandomAccessibleInterval<LabelingType<T>>, IterableInterval<LabelingType<T>>
| Modifier and Type | Method and Description |
|---|---|
Labeling<T> |
copy()
Deprecated.
Copy method
|
<LL extends Comparable<LL>> |
factory()
Deprecated.
Factory
|
long |
getArea(T label)
Deprecated.
Return the area or suitable N-d analog of the labeled object
|
boolean |
getExtents(T label,
long[] minExtents,
long[] maxExtents)
Deprecated.
find the coordinates of the bounding box around the given label.
|
IterableRegionOfInterest |
getIterableRegionOfInterest(T label)
Deprecated.
Get a ROI that represents the pixels with the given label
|
Collection<T> |
getLabels()
Deprecated.
Find all labels in the space
|
boolean |
getRasterStart(T label,
long[] start)
Deprecated.
Find the first pixel in a raster scan of the object with the given label.
|
RegionOfInterest |
getRegionOfInterest(T label)
Deprecated.
Get a region of interest optimized to determine point membership
|
getAt, getAt, getAt, randomAccess, randomAccesscursor, localizingCursorfirstElement, iterationOrder, sizeforEach, iterator, spliteratordimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMinmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMinallPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositivenumDimensionsboolean getExtents(T label, long[] minExtents, long[] maxExtents)
label - - find pixels with this labelboolean getRasterStart(T label, long[] start)
long getArea(T label)
label - - label for object in questionCollection<T> getLabels()
RegionOfInterest getRegionOfInterest(T label)
label - The ROI will represent the area labeled with this labelIterableRegionOfInterest getIterableRegionOfInterest(T label)
<LL extends Comparable<LL>> LabelingFactory<LL> factory()
Copyright © 2015–2022 ImgLib2. All rights reserved.