Package org.opencv.xfeatures2d
Class SIFT
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.Feature2D
-
- org.opencv.xfeatures2d.SIFT
-
public class SIFT extends Feature2D
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SIFT(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SIFT
__fromPtr__(long addr)
static SIFT
create()
static SIFT
create(int nfeatures)
static SIFT
create(int nfeatures, int nOctaveLayers)
static SIFT
create(int nfeatures, int nOctaveLayers, double contrastThreshold)
static SIFT
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold)
static SIFT
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma)
protected void
finalize()
-
Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
-
Methods inherited from class org.opencv.core.Algorithm
clear, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static SIFT __fromPtr__(long addr)
-
create
public static SIFT create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma)
-
create
public static SIFT create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold)
-
create
public static SIFT create(int nfeatures, int nOctaveLayers, double contrastThreshold)
-
create
public static SIFT create(int nfeatures, int nOctaveLayers)
-
create
public static SIFT create(int nfeatures)
-
create
public static SIFT create()
-
-