Uses of Class
org.opencv.xfeatures2d.FREAK
-
Packages that use FREAK Package Description org.opencv.xfeatures2d -
-
Uses of FREAK in org.opencv.xfeatures2d
Methods in org.opencv.xfeatures2d that return FREAK Modifier and Type Method Description static FREAK
FREAK. __fromPtr__(long addr)
static FREAK
FREAK. create()
static FREAK
FREAK. create(boolean orientationNormalized)
static FREAK
FREAK. create(boolean orientationNormalized, boolean scaleNormalized)
static FREAK
FREAK. create(boolean orientationNormalized, boolean scaleNormalized, float patternScale)
static FREAK
FREAK. create(boolean orientationNormalized, boolean scaleNormalized, float patternScale, int nOctaves)
static FREAK
FREAK. create(boolean orientationNormalized, boolean scaleNormalized, float patternScale, int nOctaves, MatOfInt selectedPairs)
-