Creates a window with a random name and a specified image
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Window(
	Mat image
)
Public Sub New ( 
	image As Mat
)
public:
Window(
	Mat^ image
)
new : 
        image : Mat -> WindowOpenCvSharp.Window = function(image);
Parameters
- image
- Type: OpenCvSharpMat
 
 See Also
See Also