public class BoostDesc extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
BoostDesc(long addr) |
Modifier and Type | Method and Description |
---|---|
static BoostDesc |
__fromPtr__(long addr) |
static BoostDesc |
create() |
static BoostDesc |
create(int desc) |
static BoostDesc |
create(int desc,
boolean use_scale_orientation) |
static BoostDesc |
create(int desc,
boolean use_scale_orientation,
float scale_factor) |
protected void |
finalize() |
float |
getScaleFactor() |
boolean |
getUseScaleOrientation() |
void |
setScaleFactor(float scale_factor) |
void |
setUseScaleOrientation(boolean use_scale_orientation) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static BoostDesc __fromPtr__(long addr)
public static BoostDesc create(int desc, boolean use_scale_orientation, float scale_factor)
public static BoostDesc create(int desc, boolean use_scale_orientation)
public static BoostDesc create(int desc)
public static BoostDesc create()
public boolean getUseScaleOrientation()
public float getScaleFactor()
public void setScaleFactor(float scale_factor)
public void setUseScaleOrientation(boolean use_scale_orientation)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0