public class AgastFeatureDetector extends Feature2D
Modifier and Type | Field and Description |
---|---|
static int |
AGAST_5_8 |
static int |
AGAST_7_12d |
static int |
AGAST_7_12s |
static int |
NONMAX_SUPPRESSION |
static int |
OAST_9_16 |
static int |
THRESHOLD |
Modifier | Constructor and Description |
---|---|
protected |
AgastFeatureDetector(long addr) |
Modifier and Type | Method and Description |
---|---|
static AgastFeatureDetector |
__fromPtr__(long addr) |
static AgastFeatureDetector |
create() |
static AgastFeatureDetector |
create(int threshold) |
static AgastFeatureDetector |
create(int threshold,
boolean nonmaxSuppression) |
static AgastFeatureDetector |
create(int threshold,
boolean nonmaxSuppression,
int type) |
protected void |
finalize() |
java.lang.String |
getDefaultName() |
boolean |
getNonmaxSuppression() |
int |
getThreshold() |
int |
getType() |
void |
setNonmaxSuppression(boolean f) |
void |
setThreshold(int threshold) |
void |
setType(int type) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
clear, getNativeObjAddr, save
public static final int AGAST_5_8
public static final int AGAST_7_12d
public static final int AGAST_7_12s
public static final int OAST_9_16
public static final int THRESHOLD
public static final int NONMAX_SUPPRESSION
public static AgastFeatureDetector __fromPtr__(long addr)
public int getType()
public static AgastFeatureDetector create(int threshold, boolean nonmaxSuppression, int type)
public static AgastFeatureDetector create(int threshold, boolean nonmaxSuppression)
public static AgastFeatureDetector create(int threshold)
public static AgastFeatureDetector create()
public java.lang.String getDefaultName()
getDefaultName
in class Feature2D
public boolean getNonmaxSuppression()
public int getThreshold()
public void setNonmaxSuppression(boolean f)
public void setThreshold(int threshold)
public void setType(int type)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0