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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int cvNamedWindow(
string name
) |
Visual Basic |
---|
Public Shared Function cvNamedWindow ( _
name As String _
) As Integer |
Visual C++ |
---|
public:
static int cvNamedWindow(
String^ name
) |
Parameters
- name
- Type: System..::..String
Name of the window which is used as window identifier and appears in the window caption
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvNamedWindow(System.String)"]
See Also