Class KDTreeIndexParams
- Namespace
- OpenCvSharp.Flann
- Assembly
- OpenCvSharp.dll
When passing an object of this type the index constructed will consist of a set of randomized kd-trees which will be searched in parallel.
public class KDTreeIndexParams : IndexParams, IDisposable, ICvPtrHolder
- Inheritance
-
KDTreeIndexParams
- Implements
- Inherited Members
Constructors
KDTreeIndexParams(Ptr)
protected KDTreeIndexParams(Ptr ptrObj)
Parameters
ptrObjPtr
KDTreeIndexParams(int)
Constructor
public KDTreeIndexParams(int trees = 4)
Parameters
treesintThe number of parallel kd-trees to use. Good values are in the range [1..16]