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 FREAKFREAK. __fromPtr__(long addr)static FREAKFREAK. create()static FREAKFREAK. create(boolean orientationNormalized)static FREAKFREAK. create(boolean orientationNormalized, boolean scaleNormalized)static FREAKFREAK. create(boolean orientationNormalized, boolean scaleNormalized, float patternScale)static FREAKFREAK. create(boolean orientationNormalized, boolean scaleNormalized, float patternScale, int nOctaves)static FREAKFREAK. create(boolean orientationNormalized, boolean scaleNormalized, float patternScale, int nOctaves, MatOfInt selectedPairs)
-