http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Shows the image in the specified window
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void cvShowImage( string name, IntPtr image ) |
Visual Basic |
---|
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