Package org.opencv.features2d
Class BRISK
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.Feature2D
-
- org.opencv.features2d.BRISK
-
public class BRISK extends Feature2D
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BRISK(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
-
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
-
-
-
-
Method Detail
-
create
public static BRISK create(int thresh, int octaves, float patternScale)
-
create
public static BRISK create()
-
create
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)
-
create
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList)
-
-