Uses of Class
org.opencv.xfeatures2d.SURF
-
Packages that use SURF Package Description org.opencv.xfeatures2d -
-
Uses of SURF in org.opencv.xfeatures2d
Methods in org.opencv.xfeatures2d that return SURF Modifier and Type Method Description static SURF
SURF. __fromPtr__(long addr)
static SURF
SURF. create()
64-element descriptors).static SURF
SURF. create(double hessianThreshold)
static SURF
SURF. create(double hessianThreshold, int nOctaves)
static SURF
SURF. create(double hessianThreshold, int nOctaves, int nOctaveLayers)
static SURF
SURF. create(double hessianThreshold, int nOctaves, int nOctaveLayers, boolean extended)
static SURF
SURF. create(double hessianThreshold, int nOctaves, int nOctaveLayers, boolean extended, boolean upright)
-