Display the histograms of the specific image

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(
	IImage image
)
Visual Basic (Declaration)
Public Shared Sub Show ( _
	image As IImage _
)
Visual C++
public:
static void Show(
	IImage^ image
)

Parameters

image
Type: Emgu.CV..::.IImage
The image to retrieve hostigram from

See Also