|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImgThreshNiblack.Mode | |
---|---|
de.unihalle.informatik.MiToBo.segmentation.thresholds | Provides classes for thresholding grayscale and color images. |
Uses of ImgThreshNiblack.Mode in de.unihalle.informatik.MiToBo.segmentation.thresholds |
---|
Methods in de.unihalle.informatik.MiToBo.segmentation.thresholds that return ImgThreshNiblack.Mode | |
---|---|
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. |
Constructors in de.unihalle.informatik.MiToBo.segmentation.thresholds with parameters of type ImgThreshNiblack.Mode | |
---|---|
ImgThreshNiblack(MTBImage _inImg,
ImgThreshNiblack.Mode mode,
double k,
double R,
int wSize,
int vcNB,
double vcThresh,
MTBImageByte _mask)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |