Package org.opencv.xfeatures2d
Class LUCID
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.Feature2D
-
- org.opencv.xfeatures2d.LUCID
-
public class LUCID extends Feature2D
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LUCID(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
-
Methods inherited from class org.opencv.core.Algorithm
clear, getNativeObjAddr, save
-
-