Emgu CV Library Documentation
ImageViewer Constructor (image)
NamespacesEmgu.CV.UIImageViewerImageViewer(IImage)

www.emgu.com/wiki
Create an ImageViewer from the specific img
Declaration Syntax
C#Visual BasicVisual C++
public ImageViewer(
	IImage image
)
Public Sub New ( _
	image As IImage _
)
public:
ImageViewer(
	IImage^ image
)
Parameters
image (IImage)
The image to be displayed in this viewer

Assembly: Emgu.CV.UI (Module: Emgu.CV.UI) Version: 1.0.0.0 (1.0.0.0)