public class LUCID extends Feature2D
| Modifier | Constructor and Description |
|---|---|
protected |
LUCID(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static LUCID |
__fromPtr__(long addr) |
static LUCID |
create() |
static LUCID |
create(int lucid_kernel) |
static LUCID |
create(int lucid_kernel,
int blur_kernel) |
protected void |
finalize() |
int |
getBlurKernel() |
String |
getDefaultName()
Returns the algorithm string identifier.
|
int |
getLucidKernel() |
void |
setBlurKernel(int blur_kernel) |
void |
setLucidKernel(int lucid_kernel) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, writeclear, getNativeObjAddr, savepublic static LUCID __fromPtr__(long addr)
public static LUCID create(int lucid_kernel, int blur_kernel)
lucid_kernel - kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forthblur_kernel - kernel for blurring image prior to descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forthpublic static LUCID create(int lucid_kernel)
lucid_kernel - kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forthpublic static LUCID create()
public void setLucidKernel(int lucid_kernel)
public int getLucidKernel()
public void setBlurKernel(int blur_kernel)
public int getBlurKernel()
public String getDefaultName()
AlgorithmgetDefaultName in class Feature2DCopyright © 2023. All rights reserved.