Enum WindowFlags
Flags for cv::namedWindow
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum WindowFlags
Fields
Name | Description |
---|---|
AutoSize | the user cannot resize the window, the size is constrainted by the image displayed. |
FreeRatio | the image expends as much as it can (no ratio constraint) |
FullScreen | change the window to fullscreen |
GuiExpanded | status bar and tool bar |
GuiNormal | old fashious way |
KeepRatio | the ratio of the image is respected |
Normal | the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size |
OpenGL | window with opengl support |