Emgu CV Library Documentation
Show Method (image, windowName)
NamespacesEmgu.CV.UIImageViewerShow(IImage, String)

www.emgu.com/wiki
Create a ImageViewer with the specific image and show it.
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV.UI (Module: Emgu.CV.UI) Version: 1.0.0.0 (1.0.0.0)