Cv2NamedWindow Method (String) OpenCvSharp Class Library
Creates a window.

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

Reference