public static final class BuildComponentTree.BrightToDark<T extends Comparable<T>> extends Object implements Comparator<T>
Comparable
pixel values for bright-to-dark
pass.Constructor and Description |
---|
BrightToDark() |
Modifier and Type | Method and Description |
---|---|
int |
compare(T o1,
T o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(T o1, T o2)
compare
in interface Comparator<T extends Comparable<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.