| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_features2d |
| Modifier and Type | Method and Description |
|---|---|
static SIFT |
SIFT.create() |
static SIFT |
SIFT.create(int nfeatures,
int nOctaveLayers,
double contrastThreshold,
double edgeThreshold,
double sigma) |
static SIFT |
SIFT.create(int nfeatures,
int nOctaveLayers,
double contrastThreshold,
double edgeThreshold,
double sigma,
int descriptorType)
\brief Create SIFT with specified descriptorType.
|
SIFT |
SIFT.getPointer(long i) |
SIFT |
SIFT.position(long position) |
Copyright © 2021. All rights reserved.