T
- - the type used to label the pixels, for instance string names for
user-assigned object labels or integers for machine-labeled
images.@Deprecated public abstract class AbstractNativeLabeling<T extends Comparable<T>> extends AbstractLabeling<T> implements NativeLabeling<T>
Modifier and Type | Field and Description |
---|---|
protected LabelingMapping<T> |
mapping
Deprecated.
Mapping from Label
|
size, strategy
max, min
n
Modifier | Constructor and Description |
---|---|
protected |
AbstractNativeLabeling(long[] dim,
LabelingROIStrategyFactory<T> factory,
LabelingMapping<T> mapping)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LabelingMapping<T> |
getMapping()
Deprecated.
|
getArea, getExtents, getIterableRegionOfInterest, getLabels, getRasterStart, getRegionOfInterest, setLabelingCursorStrategy, size
dimension, dimensions, max, max, max, min, min, min, realMax, realMax, realMax, realMin, realMin, realMin, toString
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, factory, getArea, getExtents, getIterableRegionOfInterest, getLabels, getRasterStart, getRegionOfInterest
getAt, getAt, getAt, randomAccess, randomAccess
cursor, localizingCursor
firstElement, iterationOrder, size
forEach, iterator, spliterator
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMin
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
allPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
protected LabelingMapping<T extends Comparable<T>> mapping
protected AbstractNativeLabeling(long[] dim, LabelingROIStrategyFactory<T> factory, LabelingMapping<T> mapping)
public LabelingMapping<T> getMapping()
getMapping
in interface NativeLabeling<T extends Comparable<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.