| Package | Description |
|---|---|
| ij.process |
| Modifier and Type | Method | Description |
|---|---|---|
static AutoThresholder.Method |
AutoThresholder.Method.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AutoThresholder.Method[] |
AutoThresholder.Method.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
AutoThresholder.getThreshold(AutoThresholder.Method method,
int[] histogram) |
Calculates and returns a threshold using the specified
method and 256 bin histogram.
|
void |
ImageProcessor.setAutoThreshold(AutoThresholder.Method method,
boolean darkBackground) |
|
void |
ImageProcessor.setAutoThreshold(AutoThresholder.Method method,
boolean darkBackground,
int lutUpdate) |