public class TEBLID extends Feature2D
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_256_BITS |
static int |
SIZE_512_BITS |
| Modifier | Constructor and Description |
|---|---|
protected |
TEBLID(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static TEBLID |
__fromPtr__(long addr) |
static TEBLID |
create(float scale_factor)
Creates the TEBLID descriptor.
|
static TEBLID |
create(float scale_factor,
int n_bits)
Creates the TEBLID descriptor.
|
protected void |
finalize() |
String |
getDefaultName()
Returns the algorithm string identifier.
|
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, writeclear, getNativeObjAddr, savepublic static final int SIZE_256_BITS
public static final int SIZE_512_BITS
public static TEBLID __fromPtr__(long addr)
public static TEBLID 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
TEBLID::SIZE_256_BITS or TEBLID::SIZE_512_BITS.
public static TEBLID create(float scale_factor)
scale_factor - Adjust the sampling window around detected keypoints:
public String getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2023. All rights reserved.