Class 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.
Implements
Inherited Members
Namespace: OpenCvSharp.XFeatures2D
Assembly: OpenCvSharp.dll
Syntax
public class LUCID : Feature2D, ICvPtrHolder
Methods
| Improve this Doc View SourceCreate(Int32, Int32)
Constructor
Declaration
public static LUCID Create(int lucidKernel = 1, int blurKernel = 2)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | lucidKernel | kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth |
System.Int32 | blurKernel | kernel for blurring image prior to descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth |
Returns
Type | Description |
---|---|
LUCID |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()