Click or drag to resize

Cv2NamedWindow Method (String)

Creates a window.

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

Parameters

winname
Type: SystemString
Name of the window in the window caption that may be used as a window identifier.
See Also