Andrey Kamaev
17fd1c7c61
Merged recent changes from trunk - 8833,8848,8850
13 years ago
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
13 years ago
Vladislav Vinogradov
3afc97e67e
fixed new OpenGL functionality under Qt
14 years ago
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
14 years ago
Vladislav Vinogradov
07debd6cb5
minor fix
14 years ago
Vladislav Vinogradov
9817252b23
added addTextOpenGl function
14 years ago
Vladislav Vinogradov
2a4fb155e1
added OpenGL support to Gtk realization of highgui
14 years ago
Vladislav Vinogradov
35e69a1ee3
fixed build with Qt
14 years ago
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
14 years ago
Vladislav Vinogradov
4d09737a02
fixed compilation error
14 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
14 years ago
Vadim Pisarevsky
df5c60c50a
added missing cv::moveWindow & cv::resizeWindow
14 years ago
Ilya Lysenkov
fce7ba4eaf
Added destroyAllWindows and docs (ticket #957 ).
14 years ago
Vadim Pisarevsky
0c877f62e9
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
14 years ago
Vadim Pisarevsky
2dc981aaa8
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054 )
14 years ago
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
Yannick Verdie
e8aad75446
Fixed bugs on Qt
15 years ago
Yannick Verdie
c77e8fc638
Qt - debugging Linux and Windows
15 years ago
Yannick Verdie
bb2fe87b32
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
fa91788222
disabled Qt by default (until the code is stabilized)
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
Vadim Pisarevsky
afdaafd4b8
fixed compile problem (thanks to Pierre Moulon)
15 years ago
Yannick Verdie
89d9345cae
New functions with QT GUI:
...
- fixed bug ticket #412
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
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
be292046d8
working on QT change/get win property (done)
...
Fullscreen done
change autoresize dynamically done
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
799460bd66
will work on the trunk
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