Enum WindowFlags
Specifies the available flags used to create a named window.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum WindowFlags : int
Fields
Name | Description |
---|---|
AutoSize | Specifies that the user cannot resize the window, i.e. the size is constrained by the displayed image. |
FreeRatio | Specifies that the image can be resized freely (no ratio constraint). |
Fullscreen | Specifies that the window should be fullscreen. |
GuiExpanded | Specifies that the new Qt status and tool bars should be used. |
GuiNormal | Specifies that the classic GUI style should be used. |
KeepRatio | Specifies that the image aspect ratio will be maintained. |
Normal | Specifies that the user can resize the window (no constraint). |
OpenGL | Specifies that the window will have OpenGL support. |