Package | Description |
---|---|
org.opencv.xfeatures2d |
Modifier and Type | Method and 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) |
Copyright © 2020. All rights reserved.