Display the histograms of the specific image

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

Parameters

image
IImage
The image to retrieve hostigram from

See Also