Cv2ImShow Method OpenCvSharp Class Library
Displays the image in the specified window

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ImShow(
	string winname,
	Mat mat
)

Parameters

winname
Type: SystemString
Name of the window.
mat
Type: OpenCvSharp.CPlusPlusMat
Image to be shown.
See Also

Reference