Get the equivalent MCvHistogram structure

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

Syntax

C#
public MCvHistogram MCvHistogram { get; }
Visual Basic (Declaration)
Public ReadOnly Property MCvHistogram As MCvHistogram
Visual C++
public:
property MCvHistogram MCvHistogram {
	MCvHistogram get ();
}

See Also