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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also