public class BoofDefaults extends Object
| Modifier and Type | Field and Description |
|---|---|
static BorderType |
DERIV_BORDER_TYPE |
static double |
SCALE_SPACE_CANONICAL_RADIUS |
static 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_I32 |
borderDerivative_I32()
Creates a new instance of the default border for derivatives of integer images
|
public static String version
public static BorderType DERIV_BORDER_TYPE
public static final double SCALE_SPACE_CANONICAL_RADIUS
public static ImageBorder_I32 borderDerivative_I32()
public static ImageBorder_F32 borderDerivative_F32()
Copyright © 2013. All Rights Reserved.