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, write
clear, getDefaultName, save
protected BRISK(long addr)
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList)