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() |
String |
getDefaultName()
Returns the algorithm string identifier.
|
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 String getDefaultName()
Algorithm
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 Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2