Display the specific histogram

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void Show(
	DenseHistogram hist,
	string title
)
Public Shared Sub Show ( _
	hist As DenseHistogram, _
	title As String _
)
public:
static void Show(
	DenseHistogram^ hist, 
	String^ title
)

Parameters

hist
DenseHistogram
The 1 dimension histogram to be displayed
title
String
The name of the histogram

See Also