Table of Contents

Class SearchParams

Namespace
OpenCvSharp.Flann
Assembly
OpenCvSharp.dll
public class SearchParams : IndexParams, IDisposable, ICvPtrHolder
Inheritance
SearchParams
Implements
Inherited Members

Constructors

SearchParams(Ptr)

protected SearchParams(Ptr ptrObj)

Parameters

ptrObj Ptr

SearchParams(int, float, bool)

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

Parameters

checks int
eps float
sorted bool