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
Syntaxpublic Window(
Mat image
)
Public Sub New (
image As Mat
)
public:
Window(
Mat^ image
)
new :
image : Mat -> Window
OpenCvSharp.Window = function(image);
Parameters
- image
- Type: OpenCvSharpMat
See Also