Table of Contents

Constructor LshIndexParams

Namespace
OpenCvSharp.Flann
Assembly
OpenCvSharp.dll

LshIndexParams(int, int, int)

Constructor

public LshIndexParams(int tableNumber, int keySize, int multiProbeLevel)

Parameters

tableNumber int

The number of hash tables to use (between 10 and 30 usually).

keySize int

The size of the hash key in bits (between 10 and 20 usually).

multiProbeLevel int

The number of bits to shift to check for neighboring buckets (0 is regular LSH, 2 is recommended).