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() |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
clear, getNativeObjAddr, save
public 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()
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2