Click or drag to resize

Cv2ImShow Method

Displays the image in the specified window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void ImShow(
	string winname,
	Mat mat
)

Parameters

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