CvNamedWindow Method (String) OpenCvSharp Class Library
Creates a window which can be used as a placeholder for images and trackbars. Created windows are reffered by their names.

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

public static int NamedWindow(
	string name
)

Parameters

name
Type: SystemString
Name of the window which is used as window identifier and appears in the window caption.

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv.NamedWindow(System.String)"]

See Also

Reference