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 protectedBRISK(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BRISK__fromPtr__(long addr)static BRISKcreate()static BRISKcreate(int thresh)static BRISKcreate(int thresh, int octaves)static BRISKcreate(int thresh, int octaves, float patternScale)static BRISKcreate(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList)static BRISKcreate(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax)static BRISKcreate(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin)static BRISKcreate(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)static BRISKcreate(MatOfFloat radiusList, MatOfInt numberList)static BRISKcreate(MatOfFloat radiusList, MatOfInt numberList, float dMax)static BRISKcreate(MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin)static BRISKcreate(MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)protected voidfinalize()StringgetDefaultName()-
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, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static BRISK __fromPtr__(long addr)
-
create
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin, MatOfInt indexChange)
-
create
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax, float dMin)
-
create
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList, float dMax)
-
create
public static BRISK create(int thresh, int octaves, MatOfFloat radiusList, MatOfInt numberList)
-
create
public static BRISK create(int thresh, int octaves, float patternScale)
-
create
public static BRISK create(int thresh, int octaves)
-
create
public static BRISK create(int thresh)
-
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, float dMax, float dMin)
-
create
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList, float dMax)
-
create
public static BRISK create(MatOfFloat radiusList, MatOfInt numberList)
-
getDefaultName
public String getDefaultName()
- Overrides:
getDefaultNamein classFeature2D
-
-