Create a ImageViewer with the specific image and show it.

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

Parameters

image
IImage
The image to be displayed in ImageViewer
windowName
String
The name of the window

See Also