Package | Description |
---|---|
org.bytedeco.opencv.opencv_features2d |
Modifier and Type | Method and Description |
---|---|
static BRISK |
BRISK.create() |
static BRISK |
BRISK.create(float[] radiusList,
int[] numberList) |
static BRISK |
BRISK.create(float[] radiusList,
int[] numberList,
float dMax,
float dMin,
int[] indexChange) |
static BRISK |
BRISK.create(FloatBuffer radiusList,
IntBuffer numberList) |
static BRISK |
BRISK.create(FloatBuffer radiusList,
IntBuffer numberList,
float dMax,
float dMin,
IntBuffer indexChange) |
static BRISK |
BRISK.create(FloatPointer radiusList,
IntPointer numberList) |
static BRISK |
BRISK.create(FloatPointer radiusList,
IntPointer numberList,
float dMax,
float dMin,
IntPointer indexChange)
\brief The BRISK constructor for a custom pattern
|
static BRISK |
BRISK.create(int thresh,
int octaves,
float patternScale)
\brief The BRISK constructor
|
static BRISK |
BRISK.create(int thresh,
int octaves,
float[] radiusList,
int[] numberList) |
static BRISK |
BRISK.create(int thresh,
int octaves,
float[] radiusList,
int[] numberList,
float dMax,
float dMin,
int[] indexChange) |
static BRISK |
BRISK.create(int thresh,
int octaves,
FloatBuffer radiusList,
IntBuffer numberList) |
static BRISK |
BRISK.create(int thresh,
int octaves,
FloatBuffer radiusList,
IntBuffer numberList,
float dMax,
float dMin,
IntBuffer indexChange) |
static BRISK |
BRISK.create(int thresh,
int octaves,
FloatPointer radiusList,
IntPointer numberList) |
static BRISK |
BRISK.create(int thresh,
int octaves,
FloatPointer radiusList,
IntPointer numberList,
float dMax,
float dMin,
IntPointer indexChange)
\brief The BRISK constructor for a custom pattern, detection threshold and octaves
|
BRISK |
BRISK.position(long position) |
Copyright © 2020. All rights reserved.