Display the specific histogram

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 static void Show(
	DenseHistogram hist,
	string title
)
Visual Basic (Declaration)
Public Shared Sub Show ( _
	hist As DenseHistogram, _
	title As String _
)
Visual C++
public:
static void Show(
	DenseHistogram^ hist, 
	String^ title
)

Parameters

hist
Type: Emgu.CV..::.DenseHistogram
The 1 dimension histogram to be displayed
title
Type: System..::.String
The name of the histogram

See Also