public class LocalThresholderConstant extends LocalThresholder
| Constructor and Description |
|---|
LocalThresholderConstant() |
LocalThresholderConstant(float value) |
| Modifier and Type | Method and Description |
|---|---|
float |
getLocalThreshold(int xc,
int yc,
int zc) |
float |
getThreshold() |
void |
setThreshold(float threshold) |
getRawImage, getWatershedImage, setRawImage, setWatershedImagepublic LocalThresholderConstant()
public LocalThresholderConstant(float value)
public float getThreshold()
public void setThreshold(float threshold)
public float getLocalThreshold(int xc,
int yc,
int zc)
getLocalThreshold in class LocalThresholder