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 SURFSURF. __fromPtr__(long addr)static SURFSURF. create()64-element descriptors).static SURFSURF. create(double hessianThreshold)static SURFSURF. create(double hessianThreshold, int nOctaves)static SURFSURF. create(double hessianThreshold, int nOctaves, int nOctaveLayers)static SURFSURF. create(double hessianThreshold, int nOctaves, int nOctaveLayers, boolean extended)static SURFSURF. create(double hessianThreshold, int nOctaves, int nOctaveLayers, boolean extended, boolean upright)
-