Table of Contents

Method Create

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Create(int, int)

Constructor

public static LUCID Create(int lucidKernel = 1, int blurKernel = 2)

Parameters

lucidKernel int

kernel for descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth

blurKernel int

kernel for blurring image prior to descriptor construction, where 1=3x3, 2=5x5, 3=7x7 and so forth

Returns

LUCID