public class BRISK extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
BRISK(long addr) |
Modifier and Type | Method and Description |
---|---|
static BRISK |
__fromPtr__(long addr) |
static BRISK |
create() |
static BRISK |
create(int thresh,
int octaves,
float patternScale) |
static BRISK |
create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList) |
static BRISK |
create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange) |
static BRISK |
create(MatOfFloat radiusList,
MatOfInt numberList) |
static BRISK |
create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange) |
protected void |
finalize() |
java.lang.String |
getDefaultName() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
clear, getNativeObjAddr, save
public static BRISK __fromPtr__(long addr)
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList)
public static BRISK create(int thresh, int octaves, float patternScale)
public static BRISK create()
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList)
public java.lang.String getDefaultName()
getDefaultName
in class Feature2D
Generated on Wed Jul 4 2018 14:01:58 UTC / OpenCV 3.4.2