| 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(org.bytedeco.javacpp.FloatPointer radiusList,
org.bytedeco.javacpp.IntPointer numberList) |
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(org.bytedeco.javacpp.FloatPointer radiusList,
org.bytedeco.javacpp.IntPointer numberList,
float dMax,
float dMin,
org.bytedeco.javacpp.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
|
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(int thresh,
int octaves,
float[] radiusList,
int[] numberList) |
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(int thresh,
int octaves,
float[] radiusList,
int[] numberList,
float dMax,
float dMin,
int[] indexChange) |
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(int thresh,
int octaves,
FloatBuffer radiusList,
IntBuffer numberList) |
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(int thresh,
int octaves,
FloatBuffer radiusList,
IntBuffer numberList,
float dMax,
float dMin,
IntBuffer indexChange) |
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(int thresh,
int octaves,
org.bytedeco.javacpp.FloatPointer radiusList,
org.bytedeco.javacpp.IntPointer numberList) |
static opencv_features2d.BRISK |
opencv_features2d.BRISK.create(int thresh,
int octaves,
org.bytedeco.javacpp.FloatPointer radiusList,
org.bytedeco.javacpp.IntPointer numberList,
float dMax,
float dMin,
org.bytedeco.javacpp.IntPointer indexChange)
\brief The BRISK constructor for a custom pattern, detection threshold and octaves
|
opencv_features2d.BRISK |
opencv_features2d.BRISK.position(long position) |
Copyright © 2018. All rights reserved.