ImageViewerShow Method (IImage, String) |
http://www.emgu.com
Create a ImageViewer with the specific image and show it.
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntaxpublic static void Show(
IImage image,
string windowName
)
Public Shared Sub Show (
image As IImage,
windowName As String
)
public:
static void Show(
IImage^ image,
String^ windowName
)
static member Show :
image : IImage *
windowName : string -> unit
Parameters
- image
- Type: Emgu.CVIImage
The image to be displayed in ImageViewer - windowName
- Type: SystemString
The name of the window
See Also