public class SURF extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
SURF(long addr) |
Modifier and Type | Method and Description |
---|---|
static SURF |
__fromPtr__(long addr) |
static SURF |
create() |
static SURF |
create(double hessianThreshold) |
static SURF |
create(double hessianThreshold,
int nOctaves) |
static SURF |
create(double hessianThreshold,
int nOctaves,
int nOctaveLayers) |
static SURF |
create(double hessianThreshold,
int nOctaves,
int nOctaveLayers,
boolean extended) |
static SURF |
create(double hessianThreshold,
int nOctaves,
int nOctaveLayers,
boolean extended,
boolean upright) |
protected void |
finalize() |
boolean |
getExtended() |
double |
getHessianThreshold() |
int |
getNOctaveLayers() |
int |
getNOctaves() |
boolean |
getUpright() |
void |
setExtended(boolean extended) |
void |
setHessianThreshold(double hessianThreshold) |
void |
setNOctaveLayers(int nOctaveLayers) |
void |
setNOctaves(int nOctaves) |
void |
setUpright(boolean upright) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static SURF __fromPtr__(long addr)
public static SURF create(double hessianThreshold, int nOctaves, int nOctaveLayers, boolean extended, boolean upright)
public static SURF create(double hessianThreshold, int nOctaves, int nOctaveLayers, boolean extended)
public static SURF create(double hessianThreshold, int nOctaves, int nOctaveLayers)
public static SURF create(double hessianThreshold, int nOctaves)
public static SURF create(double hessianThreshold)
public static SURF create()
public boolean getExtended()
public boolean getUpright()
public double getHessianThreshold()
public int getNOctaveLayers()
public int getNOctaves()
public void setExtended(boolean extended)
public void setHessianThreshold(double hessianThreshold)
public void setNOctaveLayers(int nOctaveLayers)
public void setNOctaves(int nOctaves)
public void setUpright(boolean upright)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0