Table of Contents

Constructor SearchParams

Namespace
OpenCvSharp.Flann
Assembly
OpenCvSharp.dll

SearchParams(int, float, bool)

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

Parameters

checks int
eps float
sorted bool

SearchParams(int, float, bool, bool)

public SearchParams(int checks, float eps, bool sorted, bool exploreAllTrees)

Parameters

checks int
eps float
sorted bool
exploreAllTrees bool