public class BoofDefaults
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
BRIEF_SCALE_TO_RADIUS |
static BorderType |
DERIV_BORDER_TYPE |
static double |
SIFT_SCALE_TO_RADIUS |
static double |
SURF_SCALE_TO_RADIUS |
static double |
TEST_DOUBLE_TOL
Default tolerance for doubles
|
static float |
TEST_FLOAT_TOL
Default tolerance for floats
|
static java.lang.String |
version
String specifying BoofCV's version.
|
| Constructor and Description |
|---|
BoofDefaults() |
| Modifier and Type | Method and Description |
|---|---|
static ImageBorder_F32 |
borderDerivative_F32()
Creates a new instance of the default border for derivatives of ImageFloat32
|
static ImageBorder_S32 |
borderDerivative_I32()
Creates a new instance of the default border for derivatives of integer images
|
public static final float TEST_FLOAT_TOL
public static final double TEST_DOUBLE_TOL
public static final double SURF_SCALE_TO_RADIUS
public static final double SIFT_SCALE_TO_RADIUS
public static final double BRIEF_SCALE_TO_RADIUS
public static java.lang.String version
public static BorderType DERIV_BORDER_TYPE
public static ImageBorder_S32 borderDerivative_I32()
public static ImageBorder_F32 borderDerivative_F32()