Module imagingbook.common
Class NiblackThresholder.Parameters
java.lang.Object
imagingbook.common.threshold.adaptive.NiblackThresholder.Parameters
- All Implemented Interfaces:
ParameterBundle<NiblackThresholder>
- Enclosing class:
- NiblackThresholder
public static class NiblackThresholder.Parameters
extends Object
implements ParameterBundle<NiblackThresholder>
Parameters for class
NiblackThresholder
.-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
double
int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString, validate
-
Field Details
-
radius
-
kappa
-
dMin
-
bgMode
-
-
Constructor Details
-
Parameters
public Parameters()
-