public class BEBLID extends Feature2D
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_256_BITS |
static int |
SIZE_512_BITS |
| Modifier | Constructor and Description |
|---|---|
protected |
BEBLID(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static BEBLID |
__fromPtr__(long addr) |
static BEBLID |
create(float scale_factor)
Creates the BEBLID descriptor.
|
static BEBLID |
create(float scale_factor,
int n_bits)
Creates the BEBLID descriptor.
|
protected void |
finalize() |
String |
getDefaultName()
Returns the algorithm string identifier.
|
float |
getScaleFactor() |
void |
setScaleFactor(float scale_factor) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, writeclear, getNativeObjAddr, savepublic static final int SIZE_512_BITS
public static final int SIZE_256_BITS
public static BEBLID __fromPtr__(long addr)
public static BEBLID create(float scale_factor, int n_bits)
scale_factor - Adjust the sampling window around detected keypoints:
n_bits - Determine the number of bits in the descriptor. Should be either
BEBLID::SIZE_512_BITS or BEBLID::SIZE_256_BITS.public static BEBLID create(float scale_factor)
scale_factor - Adjust the sampling window around detected keypoints:
public void setScaleFactor(float scale_factor)
public float getScaleFactor()
public String getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2025. All rights reserved.