Monday 16 June 2014

Manipulating OpenCV windows

namedWindow to open a new window.
moveWindow to move to a new location.
resizeWindow to resize - works only if you disable the flag that maintains the image ratio.

http://docs.opencv.org/modules/highgui/doc/user_interface.html?highlight=namedwindow


Assigning priority to a window:
http://stackoverflow.com/questions/5960968/opencv-window-always-on-top

No comments:

Post a Comment