www.emgu.com/wiki
Shows the image in the specified window

Declaration Syntax
Public Shared Sub cvShowImage ( _
name As String, _
image As IntPtr _
)
public:
static void cvShowImage(
String^ name,
IntPtr image
)

Parameters
- name (String)
- Name of the window
- image (IntPtr)
- Image to be shown
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)