Table of Contents

Class SearchParams

Namespace
Emgu.CV.Flann
Assembly
Emgu.CV.dll

Search parameters

public class SearchParams : UnmanagedObject, IDisposable, IIndexParams
Inheritance
SearchParams
Implements
Inherited Members

Constructors

SearchParams(int, float, bool)

Initializes a new instance of the SearchParams class.

public SearchParams(int checks = 32, float eps = 0, bool sorted = true)

Parameters

checks int

how many leafs to visit when searching for neighbors (-1 for unlimited)

eps float

Search for eps-approximate neighbors

sorted bool

Only for radius search, require neighbors sorted by distance

Methods

DisposeObject()

Release all the memory associated with this IndexParam

protected override void DisposeObject()