protected static class Watershed.PixelIntensity<U extends Comparable<U>> extends Object implements Comparable<Watershed.PixelIntensity<U>>
Modifier and Type | Field and Description |
---|---|
protected long |
age |
protected long |
index |
protected double |
intensity |
protected List<U> |
labeling |
Constructor and Description |
---|
PixelIntensity(long[] position,
long[] dimensions,
double intensity,
long age,
List<U> labeling) |
protected final long index
protected final long age
protected final double intensity
protected final List<U extends Comparable<U>> labeling
public int compareTo(Watershed.PixelIntensity<U> other)
compareTo
in interface Comparable<Watershed.PixelIntensity<U extends Comparable<U>>>
Copyright © 2015–2022 ImgLib2. All rights reserved.