public class FastFeatureDetector extends Feature2D
Modifier and Type | Field and Description |
---|---|
static int |
FAST_N |
static int |
NONMAX_SUPPRESSION |
static int |
THRESHOLD |
static int |
TYPE_5_8 |
static int |
TYPE_7_12 |
static int |
TYPE_9_16 |
Modifier | Constructor and Description |
---|---|
protected |
FastFeatureDetector(long addr) |
Modifier and Type | Method and Description |
---|---|
static FastFeatureDetector |
__fromPtr__(long addr) |
static FastFeatureDetector |
create() |
static FastFeatureDetector |
create(int threshold) |
static FastFeatureDetector |
create(int threshold,
boolean nonmaxSuppression) |
static FastFeatureDetector |
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 TYPE_5_8
public static final int TYPE_7_12
public static final int TYPE_9_16
public static final int THRESHOLD
public static final int NONMAX_SUPPRESSION
public static final int FAST_N
public static FastFeatureDetector __fromPtr__(long addr)
public int getType()
public static FastFeatureDetector create(int threshold, boolean nonmaxSuppression, int type)
public static FastFeatureDetector create(int threshold, boolean nonmaxSuppression)
public static FastFeatureDetector create(int threshold)
public static FastFeatureDetector 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