Uses of Class
org.opencv.features2d.SIFT
-
Packages that use SIFT Package Description org.opencv.features2d -
-
Uses of SIFT in org.opencv.features2d
Methods in org.opencv.features2d that return SIFT Modifier and Type Method Description static SIFT
SIFT. __fromPtr__(long addr)
static SIFT
SIFT. create()
(measured in SIFT algorithm as the local contrast) number of octaves is computed automatically from the image resolution.static SIFT
SIFT. create(int nfeatures)
static SIFT
SIFT. create(int nfeatures, int nOctaveLayers)
static SIFT
SIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold)
static SIFT
SIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold)
static SIFT
SIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma)
static SIFT
SIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, int descriptorType)
Create SIFT with specified descriptorType.
-