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