| Package | Description |
|---|---|
| org.opencv.features2d |
| Modifier and Type | Method and Description |
|---|---|
static BRISK |
BRISK.create() |
static BRISK |
BRISK.create(int thresh,
int octaves,
float patternScale) |
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList) |
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange) |
Copyright © 2016. All rights reserved.