NamedWindowType Enumeration |
http://www.emgu.com
The named window type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic enum NamedWindowType
Public Enumeration NamedWindowType
public enum class NamedWindowType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
The user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
|
| AutoSize | 1 |
The user cannot resize the window, the size is constrainted by the image displayed
|
| Opengl | 4096 |
Window with opengl support
|
| Fullscreen | 1 |
Change the window to fullscreen
|
| FreeRatio | 256 |
The image expends as much as it can (no ratio constraint)
|
| KeepRatio | 0 |
the ratio of the image is respected
|
See Also