Shows the image in the specified window

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvShowImage(
	string name,
	IntPtr image
)
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

See Also