http://www.emgu.com
Create a locally uniform comparison image descriptor.
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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