Module imagingbook.common
Class BernsenThresholder.Parameters
java.lang.Object
imagingbook.common.threshold.adaptive.BernsenThresholder.Parameters
- All Implemented Interfaces:
ParameterBundle<BernsenThresholder>
- Enclosing class:
- BernsenThresholder
public static class BernsenThresholder.Parameters
extends Object
implements ParameterBundle<BernsenThresholder>
Parameters for class
BernsenThresholder
.-
Field Summary
FieldsModifier and TypeFieldDescriptionBackground type (seeThresholder.BackgroundMode
)double
Minimum contrastint
Radius of circular support region -
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
Radius of circular support region -
cmin
Minimum contrast -
bgMode
Background type (seeThresholder.BackgroundMode
)
-
-
Constructor Details
-
Parameters
public Parameters()
-