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) |
static BRISK |
create(int thresh,
int octaves) |
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) |
static BRISK |
create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin) |
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) |
static BRISK |
create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin) |
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, float dMax, float dMin)
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax)
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(int thresh, int octaves)
public static BRISK create(int thresh)
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, float dMax, float dMin)
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList, float dMax)
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList)
public java.lang.String getDefaultName()
getDefaultName
in class Feature2D
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0