Constructor SearchParams
- Namespace
- OpenCvSharp.Flann
- Assembly
- OpenCvSharp.dll
SearchParams(int, float, bool)
public SearchParams(int checks = 32, float eps = 0, bool sorted = true)
Parameters
SearchParams(int, float, bool, bool)
public SearchParams(int checks, float eps, bool sorted, bool exploreAllTrees)