Class KDTreeIndexParams
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.
Implements
Inherited Members
Namespace: OpenCvSharp.Flann
Assembly: OpenCvSharp.dll
Syntax
public class KDTreeIndexParams : IndexParams, ICvPtrHolder
Constructors
| Improve this Doc View SourceKDTreeIndexParams(Ptr)
Declaration
protected KDTreeIndexParams(Ptr ptrObj)
Parameters
Type | Name | Description |
---|---|---|
Ptr | ptrObj |
KDTreeIndexParams(Int32)
Constructor
Declaration
public KDTreeIndexParams(int trees = 4)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | trees | The number of parallel kd-trees to use. Good values are in the range [1..16] |