Package boofcv
Class BoofDefaults
java.lang.Object
boofcv.BoofDefaults
Grab bag of different default values used throughout BoofCV.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
static BorderType
static final double
static final double
static final double
Default tolerance for doublesstatic final float
Default tolerance for floats -
Constructor Summary
-
Method Summary
-
Field Details
-
TEST_FLOAT_TOL
public static final float TEST_FLOAT_TOLDefault tolerance for floats- See Also:
-
TEST_DOUBLE_TOL
public static final double TEST_DOUBLE_TOLDefault tolerance for doubles- See Also:
-
SURF_SCALE_TO_RADIUS
public static final double SURF_SCALE_TO_RADIUS- See Also:
-
SIFT_SCALE_TO_RADIUS
public static final double SIFT_SCALE_TO_RADIUS- See Also:
-
BRIEF_SCALE_TO_RADIUS
public static final double BRIEF_SCALE_TO_RADIUS- See Also:
-
DERIV_BORDER_TYPE
-
-
Constructor Details
-
BoofDefaults
public BoofDefaults()
-