Constructs a spill tree index of the given feature vectors. The lifetime of the desc matrix must exceed that of the returned tree. I.e., no copy is made of the vectors.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- desc
- IntPtr
n x d matrix of n d-dimensional feature vectors (CV_32FC1 or CV_64FC1)
- naive
- Int32
[Missing <param name="naive"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSpillTree(System.IntPtr,System.Int32,System.Double,System.Double)"]
- rho
- Double
[Missing <param name="rho"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSpillTree(System.IntPtr,System.Int32,System.Double,System.Double)"]
- tau
- Double
[Missing <param name="tau"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSpillTree(System.IntPtr,System.Int32,System.Double,System.Double)"]