Display the specific histogram

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

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