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