Uses of Class
org.opencv.xfeatures2d.SURF_CUDA
-
Packages that use SURF_CUDA Package Description org.opencv.xfeatures2d -
-
Uses of SURF_CUDA in org.opencv.xfeatures2d
Methods in org.opencv.xfeatures2d that return SURF_CUDA Modifier and Type Method Description static SURF_CUDA
SURF_CUDA. __fromPtr__(long addr)
static SURF_CUDA
SURF_CUDA. create(double _hessianThreshold)
static SURF_CUDA
SURF_CUDA. create(double _hessianThreshold, int _nOctaves)
static SURF_CUDA
SURF_CUDA. create(double _hessianThreshold, int _nOctaves, int _nOctaveLayers)
static SURF_CUDA
SURF_CUDA. create(double _hessianThreshold, int _nOctaves, int _nOctaveLayers, boolean _extended)
static SURF_CUDA
SURF_CUDA. create(double _hessianThreshold, int _nOctaves, int _nOctaveLayers, boolean _extended, float _keypointsRatio)
static SURF_CUDA
SURF_CUDA. create(double _hessianThreshold, int _nOctaves, int _nOctaveLayers, boolean _extended, float _keypointsRatio, boolean _upright)
-