Click or drag to resize

Window Constructor

Overload List
  NameDescription
Public methodWindow
Creates a window with a random name
Public methodWindow(String)
Creates a window
Public methodWindow(Mat)
Creates a window with a random name and a specified image
Public methodWindow(String, Mat)
Creates a window
Public methodWindow(String, WindowMode)
Creates a window
Public methodWindow(WindowMode, Mat)
Creates a window with a specified image and flag
Public methodWindow(String, WindowMode, Mat)
Creates a window
Top
See Also