Package | Description |
---|---|
org.opencv.features2d |
Modifier and Type | Method and Description |
---|---|
static ORB |
ORB.__fromPtr__(long addr) |
static ORB |
ORB.create()
The ORB constructor
pyramid, where each next level has 4x less pixels than the previous, but such a big scale factor
will degrade feature matching scores dramatically.
|
static ORB |
ORB.create(int nfeatures)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize)
The ORB constructor
|
static ORB |
ORB.create(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize,
int fastThreshold)
The ORB constructor
|
Copyright © 2020. All rights reserved.