Package org.opencv.xfeatures2d
Class LUCID
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
org.opencv.xfeatures2d.LUCID
Class implementing the locally uniform comparison image descriptor, described in CITE: LUCID
An image descriptor that can be computed very fast, while being
about as robust as, for example, SURF or BRIEF.
Note: It requires a color image as input.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Returns the algorithm string identifier.int
void
setBlurKernel
(int blur_kernel) void
setLucidKernel
(int lucid_kernel) Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
Methods inherited from class org.opencv.core.Algorithm
clear, getNativeObjAddr, save
-
Constructor Details
-
LUCID
protected LUCID(long addr)
-
-
Method Details
-
__fromPtr__
-
create
- Parameters:
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 forth- Returns:
- automatically generated
-
create
- Parameters:
lucid_kernel
- kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth- Returns:
- automatically generated
-
create
- Returns:
- automatically generated
-
setLucidKernel
public void setLucidKernel(int lucid_kernel) -
getLucidKernel
public int getLucidKernel() -
setBlurKernel
public void setBlurKernel(int blur_kernel) -
getBlurKernel
public int getBlurKernel() -
getDefaultName
Description copied from class:Algorithm
Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.- Overrides:
getDefaultName
in classFeature2D
- Returns:
- automatically generated
-
finalize
-