Shows the image in the specified window

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

Syntax

C#
public static void cvShowImage(
	string name,
	IntPtr image
)
Visual Basic (Declaration)
Public Shared Sub cvShowImage ( _
	name As String, _
	image As IntPtr _
)
Visual C++
public:
static void cvShowImage(
	String^ name, 
	IntPtr image
)

Parameters

name
Type: System..::.String
Name of the window
image
Type: System..::.IntPtr
Image to be shown

See Also