Package deepboof
Class DeepBoofConstants
java.lang.Object
deepboof.DeepBoofConstants
public class DeepBoofConstants
extends java.lang.Object
Various constants used throughout DeepBoof
-
Field Summary
Fields Modifier and Type Field Description static floatTEST_TOL_A_F32static doubleTEST_TOL_A_F64static floatTEST_TOL_B_F32static doubleTEST_TOL_B_F64static floatTEST_TOL_F32Standard tolerance for unit tests in F32static doubleTEST_TOL_F64Standard tolerance for unit tests in F64 -
Constructor Summary
Constructors Constructor Description DeepBoofConstants() -
Method Summary
-
Field Details
-
TEST_TOL_F64
public static double TEST_TOL_F64Standard tolerance for unit tests in F64 -
TEST_TOL_A_F64
public static double TEST_TOL_A_F64 -
TEST_TOL_B_F64
public static double TEST_TOL_B_F64 -
TEST_TOL_F32
public static float TEST_TOL_F32Standard tolerance for unit tests in F32 -
TEST_TOL_A_F32
public static float TEST_TOL_A_F32 -
TEST_TOL_B_F32
public static float TEST_TOL_B_F32
-
-
Constructor Details
-
DeepBoofConstants
public DeepBoofConstants()
-