Get the descriptor matrix used by this feature tree

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Matrix<float> DescriptorMatrix { get; }
Visual Basic (Declaration)
Public ReadOnly Property DescriptorMatrix As Matrix(Of Single)
Visual C++
public:
property Matrix<float>^ DescriptorMatrix {
	Matrix<float>^ get ();
}

See Also