www.emgu.com/wiki
Create a ImageViewer with the specific image and show it.

Declaration Syntax
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)