Table of Contents

Enum WindowFlags

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Flags for cv::namedWindow

[Flags]
public enum WindowFlags

Fields

AutoSize = 1

the user cannot resize the window, the size is constrainted by the image displayed.

FreeRatio = 256

the image expends as much as it can (no ratio constraint)

FullScreen = 1

change the window to fullscreen

GuiExpanded = 0

status bar and tool bar

GuiNormal = 16

old fashious way

KeepRatio = 0

the ratio of the image is respected

Normal = 0

the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size

OpenGL = 4096

window with opengl support