Module imagingbook.common
Class SauvolaThresholder.Parameters
java.lang.Object
imagingbook.common.threshold.adaptive.SauvolaThresholder.Parameters
- All Implemented Interfaces:
ParameterBundle<SauvolaThresholder>
- Enclosing class:
- SauvolaThresholder
public static class SauvolaThresholder.Parameters
extends Object
implements ParameterBundle<SauvolaThresholder>
Parameters for class
SauvolaThresholder
.-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
int
double
-
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
-
sigmaMax
-
bgMode
-
-
Constructor Details
-
Parameters
public Parameters()
-