http://www.emgu.com
Create a locally uniform comparison image descriptor.
Namespace: Emgu.CV.XFeatures2DAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic LUCID(
int lucidKernel = 1,
int blurKernel = 2
)
Public Sub New (
Optional lucidKernel As Integer = 1,
Optional blurKernel As Integer = 2
)
public:
LUCID(
int lucidKernel = 1,
int blurKernel = 2
)
new :
?lucidKernel : int *
?blurKernel : int
(* Defaults:
let _lucidKernel = defaultArg lucidKernel 1
let _blurKernel = defaultArg blurKernel 2
*)
-> LUCID
Parameters
- lucidKernel (Optional)
- Type: SystemInt32
Kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth - blurKernel (Optional)
- Type: SystemInt32
kernel for blurring image prior to descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth
See Also