Get the histogram control of this viewer

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also