Click or drag to resize

Cv2ImShow Method

Displays the image in the specified window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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