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: 4.1.0.3408 (4.1.0.3408)
Syntax
public ImageViewer(
	IImage image
)

Parameters

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