Module imagingbook.common
Package imagingbook.common.corners
Class GradientCornerDetector.Parameters
java.lang.Object
imagingbook.common.corners.GradientCornerDetector.Parameters
- All Implemented Interfaces:
ParameterBundle<GradientCornerDetector>
- Enclosing class:
- GradientCornerDetector
public static class GradientCornerDetector.Parameters
extends Object
implements ParameterBundle<GradientCornerDetector>
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
double
boolean
boolean
double
double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
validate()
Validates the correctness and compatibility of the parameters in this bundle.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
-
Field Details
-
doPreFilter
-
sigma
-
border
-
doCleanUp
-
dmin
-
maxLocatorMethod
-
scoreThreshold
-
-
Constructor Details
-
Parameters
public Parameters()
-
-
Method Details
-
validate
Description copied from interface:ParameterBundle
Validates the correctness and compatibility of the parameters in this bundle. Does nothing by default, implementing classes should override this method.- Specified by:
validate
in interfaceParameterBundle<GradientCornerDetector>
- Returns:
- true if all parameters are OK, false otherwise
-