public class SIFT extends Feature2D
Modifier | Constructor and Description |
---|---|
protected |
SIFT(long addr) |
Modifier and Type | Method and 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() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public static SIFT __fromPtr__(long addr)
public static SIFT create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma)
public static SIFT create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold)
public static SIFT create(int nfeatures, int nOctaveLayers, double contrastThreshold)
public static SIFT create(int nfeatures, int nOctaveLayers)
public static SIFT create(int nfeatures)
public static SIFT create()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0