public class BoofDefaults
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BorderType |
DERIV_BORDER_TYPE |
static double |
SCALE_SPACE_CANONICAL_RADIUS |
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 java.lang.String version
public static BorderType DERIV_BORDER_TYPE
public static final double SCALE_SPACE_CANONICAL_RADIUS
public static ImageBorder_S32 borderDerivative_I32()
public static ImageBorder_F32 borderDerivative_F32()