Package | Description |
---|---|
de.unihalle.informatik.MiToBo.segmentation.thresholds |
Provides classes for thresholding grayscale and color images.
|
Modifier and Type | Field and Description |
---|---|
private ImgThreshNiblack.Mode |
ImgThreshNiblack.processMode
Process mode.
|
Modifier and Type | Method and Description |
---|---|
static ImgThreshNiblack.Mode |
ImgThreshNiblack.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImgThreshNiblack.Mode[] |
ImgThreshNiblack.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImgThreshNiblack(MTBImage _inImg,
ImgThreshNiblack.Mode mode,
double k,
double R,
int wSize,
int vcNB,
double vcThresh,
MTBImageByte _mask)
Constructor.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.