public class BRISK extends Feature2D
| Modifier | Constructor and Description |
|---|---|
protected |
BRISK(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static BRISK |
create() |
static BRISK |
create(int thresh,
int octaves,
float patternScale) |
static BRISK |
create(MatOfFloat radiusList,
MatOfInt numberList) |
static BRISK |
create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange) |
protected void |
finalize() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, writeclear, getDefaultName, savepublic 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)