Class LUCID
- Namespace
- Emgu.CV.XFeatures2D
- Assembly
- Emgu.CV.dll
The locally uniform comparison image descriptor: An image descriptor that can be computed very fast, while being about as robust as, for example, SURF or BRIEF.
public class LUCID : Feature2D, IDisposable, IAlgorithm
- Inheritance
-
LUCID
- Implements
- Inherited Members
- Extension Methods
Constructors
LUCID(int, int)
Create a locally uniform comparison image descriptor.
public LUCID(int lucidKernel = 1, int blurKernel = 2)
Parameters
lucidKernel
intKernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth
blurKernel
intkernel for blurring image prior to descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth
Methods
DisposeObject()
Release all the unmanaged resource associated with BRIEF
protected override void DisposeObject()