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