Click or drag to resize

LUCIDCreate Method

Constructor

Namespace:  OpenCvSharp.XFeatures2D
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static LUCID Create(
	int lucidKernel = 1,
	int blurKernel = 2
)

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

Return Value

Type: LUCID
See Also