Click or drag to resize
CvInvokeNamedWindow Method
http://www.emgu.com
Creates a window which can be used as a placeholder for images and trackbars. Created windows are reffered by their names. If the window with such a name already exists, the function does nothing.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void NamedWindow(
	string name,
	NamedWindowType flags = NamedWindowType.AutoSize
)

Parameters

name
Type: SystemString
Name of the window which is used as window identifier and appears in the window caption
flags (Optional)
Type: Emgu.CV.CvEnumNamedWindowType
Flags of the window.
See Also