Get the MatND representation of this dense histogram. Do not dispose this MatND

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

Syntax

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

See Also