Searched defs:WINDOW_NORMAL (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/include/opencv2/
H A Dhighgui.hpp137 enum { WINDOW_NORMAL = 0x00000000, // the user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size enumerator in enum:cv::__anon15986
147 enum { WND_PROP_FULLSCREEN = 0, // fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN)
148 WND_PROP_AUTOSIZE = 1, // autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)
205 > - **WINDOW_NORMAL** If this is set, the user can resize the window (no constraint).
292 If you need to show an image that is bigger than the screen resolution, you will need to call namedWindow("", WINDOW_NORMAL) before the imshow.

Completed in 61 milliseconds