http://www.emgu.com
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
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.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void AddHistogram( string name, Color color, DenseHistogram histogram ) |
Visual Basic |
---|
Public Sub AddHistogram ( _ name As String, _ color As Color, _ histogram As DenseHistogram _ ) |
Visual C++ |
---|
public: void AddHistogram( String^ name, Color color, DenseHistogram^ histogram ) |
Parameters
- name
- Type: System..::..String
The name of the histogram
- color
- Type: System.Drawing..::..Color
The drawing color
- histogram
- Type: Emgu.CV..::..DenseHistogram
The 1D histogram to be drawn