Click or drag to resize
ImageViewer Constructor (IImage)
http://www.emgu.com
Create an ImageViewer from the specific image

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ImageViewer(
	IImage image
)

Parameters

image
Type: Emgu.CVIImage
The image to be displayed in this viewer
See Also