| Package | Description |
|---|---|
| org.incenp.imagej |
| Modifier and Type | Method and Description |
|---|---|
static ThresholdingMethod |
ThresholdingMethod.fromString(String s) |
static ThresholdingMethod |
ThresholdingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdingMethod[] |
ThresholdingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ij.process.ImageProcessor |
Masking.createMask(ij.process.ImageProcessor processor,
ThresholdingMethod method,
int parameter)
Create a binary mask by thresholding a source image.
|
static ij.process.ImageProcessor |
Masking.createMask(ij.process.ImageProcessor processor,
ThresholdingMethod method,
int parameter,
int options)
Creates a binary mask by thresholding a source image.
|
Copyright © 2021. All rights reserved.