Add a plot of the 1D histogram. You should call the Refresh() function to update the control after all modification is complete.
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public void AddHistogram( string name, Color color, DenseHistogram histogram )
Public Sub AddHistogram ( _ name As String, _ color As Color, _ histogram As DenseHistogram _ )
public: void AddHistogram( String^ name, Color color, DenseHistogram^ histogram )
Parameters
- name
- String
The name of the histogram
- color
- Color
The drawing color
- histogram
- DenseHistogram
The 1D histogram to be drawn