OpenCvSharp.Window.Window C# (CSharp) Method

Window() public method

Creates a window
public Window ( string name, OpenCvSharp.Mat image ) : System
name string Name of the window which is used as window identifier and appears in the window caption.
image OpenCvSharp.Mat Image to be shown.
return System
        public Window(string name, Mat image)
            : this(name, WindowMode.AutoSize, image)
        {
        }

Same methods

Window::Window ( ) : System
Window::Window ( OpenCvSharp.Mat image ) : System
Window::Window ( WindowMode flags, OpenCvSharp.Mat image ) : System
Window::Window ( string name ) : System
Window::Window ( string name, WindowMode flags ) : System
Window::Window ( string name, WindowMode flags, OpenCvSharp.Mat image ) : System