Click or drag to resize

ImageViewerShow Method (IImage, String)

http://www.emgu.com
Create a ImageViewer with the specific image and show it.

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static void Show(
	IImage image,
	string windowName
)

Parameters

image
Type: Emgu.CVIImage
The image to be displayed in ImageViewer
windowName
Type: SystemString
The name of the window
See Also