New value of the window property.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Change the window to normal size or make the window resizable. [CV_WINDOW_NORMAL] | |
AutoSize | 1 | Constrain the size by the displayed image. The window is not resizable. [CV_WINDOW_AUTOSIZE] | |
FullScreen | 1 | Change the window to fullscreen. [CV_WINDOW_FULLSCREEN] | |
FreeRatio | 4 | Make the window resizable without any ratio constraints. [CV_WINDOW_FREERATIO] | |
KeepRatio | 0 | Make the window resizable, but preserve the proportions of the displayed image. [CV_WINDOW_KEEPRATIO] |
See Also