Package | Description |
---|---|
org.opencv.features2d |
Modifier and Type | Method and Description |
---|---|
static BRISK |
BRISK.__fromPtr__(long addr) |
static BRISK |
BRISK.create()
The BRISK constructor
keypoint.
|
static BRISK |
BRISK.create(int thresh)
The BRISK constructor
|
static BRISK |
BRISK.create(int thresh,
int octaves)
The BRISK constructor
|
static BRISK |
BRISK.create(int thresh,
int octaves,
float patternScale)
The BRISK constructor
|
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList)
The BRISK constructor for a custom pattern, detection threshold and octaves
|
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax)
The BRISK constructor for a custom pattern, detection threshold and octaves
|
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin)
The BRISK constructor for a custom pattern, detection threshold and octaves
|
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange)
The BRISK constructor for a custom pattern, detection threshold and octaves
|
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList)
The BRISK constructor for a custom pattern
|
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax)
The BRISK constructor for a custom pattern
|
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin)
The BRISK constructor for a custom pattern
|
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange)
The BRISK constructor for a custom pattern
|
Copyright © 2020. All rights reserved.