Yannick Verdie
e65823fac2
Qt sample code and some fixes
14 years ago
Yannick Verdie
e8aad75446
Fixed bugs on Qt
15 years ago
Yannick Verdie
8f8aba9c88
fixed Qt bug
15 years ago
Yannick Verdie
c77e8fc638
Qt - debugging Linux and Windows
15 years ago
Yannick Verdie
f2353b8523
QT new functions:
...
- cvCreateOpenGLCallback: draw 3D on top of the image
15 years ago
Yannick Verdie
ffe7bdf69c
ticket 490:
...
bool not defined ? -> changed everything in int
15 years ago
Yannick Verdie
f572047496
QT new functions:
...
- add CV_RADIOBOX with exclusive mode
15 years ago
Yannick Verdie
2c923c7eba
QT new functions:
...
- cvAddButton changed to match requirement
- CV_GUI_NORMAL and CV_GUI_EXPANDED done
- context menu with right click
15 years ago
Yannick Verdie
14bf624af4
QT new functions:
...
- cvAddButton done
- All the "actions" of the toolbar are working
- Window properties done
15 years ago
Vadim Pisarevsky
758e826d2e
do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV
15 years ago
Yannick Verdie
0c9eca7922
QT new functions:
...
- Finished toolbar: the last icon opens an external window with the trackbars inside
15 years ago
Yannick Verdie
ddc29e08be
QT new functions:
...
- Add toolbar
- Clean the code
- Window properties in progress
15 years ago
Yannick Verdie
f2971aebd0
Ticket #458
15 years ago
Yannick Verdie
c3eb7881f1
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...)
15 years ago
Yannick Verdie
2f4d396506
New functions with QT GUI:
...
- save/load window parameters implemented !
15 years ago
Yannick Verdie
4bcd81f85f
New functions with QT GUI:
...
- aspectRatio is controled by cvSet/getWindowProperty
15 years ago
Stefano Fabri
686737e24f
Add support for monocrome cmos ccd
...
Adapted mtu and packed size
Some minor fixes in gstreamer because not implemented support of v4l v4l2 in the wrapper
default beahvior must be v4l v4l2 or libv4l backends
15 years ago
Yannick Verdie
f69514eef7
New functions with QT GUI:
...
StatusBar with zoom/color/position information
user can display infor mation in statusbar with cvDisplayStatusBar(window,text,delay_ms)
15 years ago
Yannick Verdie
f2392f2e2f
New functions with QT GUI:
...
- fix c++ wrapper
- fix compilation bugs
15 years ago
Yannick Verdie
2f9aedfaab
New functions with QT GUI:
...
- fix c++ wrapper
- rename cvInformation in cvDisplayOverlay
15 years ago
Yannick Verdie
e71c5e8754
working on QT change/get win property (stylesheet for cvTrackBar fixed !!!)
15 years ago
Yannick Verdie
9eea2a5fe6
working on QT change/get win property (stylesheet for cvTrackBar fixed !!!)
15 years ago
Yannick Verdie
61f06d9b78
continue integrating QT GUI (GoC 2010)
15 years ago
Yannick Verdie
c6872100db
Start integrating QT GUI (GoC 2010)
15 years ago
Vadim Pisarevsky
eec30b08d4
added cv::setMouseCallback and cv::startWindowThread
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago