Click or drag to resize

CvInvokeImshow Method

http://www.emgu.com
Shows the image in the specified window

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void Imshow(
	string name,
	IInputArray image
)

Parameters

name
Type: SystemString
Name of the window
image
Type: Emgu.CVIInputArray
Image to be shown
See Also