New functions with QT GUI:
authorYannick Verdie <no@email>
Mon, 12 Jul 2010 11:04:26 +0000 (11:04 +0000)
committerYannick Verdie <no@email>
Mon, 12 Jul 2010 11:04:26 +0000 (11:04 +0000)
commitc3eb7881f17afb992896aed92549afb0a5ea4b75
tree91c344dd26bd518ca046f0c87a357198f35b982d
parent6436ce411b67651e934ae358a4a905088454bfbf
New functions with QT GUI:
- 3 new points mostly done:
      - OpenGL support enabled (windows are rendered using GPU)
      - Save current screen (with overlay and so on...) with shortcut CTRL+S
      - Text rendering (with any system font, and possibility to set the style - normal, italic,... - the weight - normal, bold, ... - the color, the spacing between letters, and so on...)
CMakeLists.txt
modules/core/include/opencv2/core/core_c.h
modules/highgui/include/opencv2/highgui/highgui.hpp
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/src/precomp.hpp
modules/highgui/src/window.cpp
modules/highgui/src/window_QT.cpp
modules/highgui/src/window_QT.h