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() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, 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:
Copyright © 2021. All rights reserved.