Emgu CV Library Documentation
FeatureTree Constructor (descriptors)
NamespacesEmgu.CVFeatureTreeFeatureTree(array<Matrix<(Of <(Single>)>)>[]()[])

www.emgu.com/wiki
Create a feature tree from the specific feature descriptors
Declaration Syntax
C#Visual BasicVisual C++
public FeatureTree(
	Matrix<float>[] descriptors
)
Public Sub New ( _
	descriptors As Matrix(Of Single)() _
)
public:
FeatureTree(
	array<Matrix<float>^>^ descriptors
)
Parameters
descriptors (array< Matrix<(Of <(Single>)>) >[]()[])
The array of feature descriptors

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)