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 SIFTSIFT. __fromPtr__(long addr)static SIFTSIFT. create()(measured in SIFT algorithm as the local contrast) number of octaves is computed automatically from the image resolution.static SIFTSIFT. create(int nfeatures)static SIFTSIFT. create(int nfeatures, int nOctaveLayers)static SIFTSIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold)static SIFTSIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold)static SIFTSIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma)static SIFTSIFT. create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, int descriptorType)Create SIFT with specified descriptorType.
-