| Package | Description |
|---|---|
| org.opencv.xfeatures2d |
| Modifier and Type | Method and Description |
|---|---|
static SIFT |
SIFT.__fromPtr__(long addr) |
static SIFT |
SIFT.create() |
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) |
Copyright © 2018. All rights reserved.