Andrey Morozov
199ffc632d
added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv
...
now use opencv with cuda in your application in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES})
14 years ago
Anatoly Baksheev
97d17d8ad1
fixed warnings
...
added comments in gpu.hpp
14 years ago
Andrey Morozov
0816b49a3f
added parallel build for visual studio
14 years ago
Yannick Verdie
dec6f2c393
Qt fixed bug with OpenGL, and save issue reported in #520
14 years ago
Anatoly Baksheev
f9cbb36b5e
gramma ;)
14 years ago
Vadim Pisarevsky
26c6b955a8
updated ffmpeg to 0.6.0
14 years ago
Yannick Verdie
2505e7e267
Qt: disable KEEP_RATIO with OpenGL to avoid a blinking bug
...
Qt: Now OpenGL rendering is ok
15 years ago
Yannick Verdie
d6bbaea28a
Qt imgRegion bug fixed
...
Qt compilation pb with OpenGL flags fixed
15 years ago
Yannick Verdie
8f8aba9c88
fixed Qt bug
15 years ago
Yannick Verdie
8f33e89d46
working on OpenGL for Windows
15 years ago
Yannick Verdie
c77e8fc638
Qt - debugging Linux and Windows
15 years ago
Yannick Verdie
21b0652c40
QT statusbar bug fixed for Windows
15 years ago
Yannick Verdie
2122cde787
15 years ago
Yannick Verdie
bb2fe87b32
15 years ago
Yannick Verdie
f2353b8523
QT new functions:
...
- cvCreateOpenGLCallback: draw 3D on top of the image
15 years ago
Anatoly Baksheev
3a3745daac
disabled W4 warnings for GPU module.
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
Anatoly Baksheev
2c84a66ec7
added support to build without cuda.
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
Yannick Verdie
164700161e
Qt backend development:
...
Fixed CMake cached variables
15 years ago
Vadim Pisarevsky
576adb434d
removed embedded (obsolete) OpenEXR files; repaired OpenEXR bindings
15 years ago
Vadim Pisarevsky
6f10d9cea8
changed WITH_EIGEN2=OFF to ON by default
15 years ago
Vadim Pisarevsky
60acd91ce1
added Eigen2 support; fixed compile errors on Ubuntu 10.04
15 years ago
Yannick Verdie
4bcd81f85f
New functions with QT GUI:
...
- aspectRatio is controled by cvSet/getWindowProperty
15 years ago
Yannick Verdie
397b31e437
New functions with QT GUI:
...
- fix CMake OpenGL compilation
15 years ago
Yannick Verdie
6314cd28cf
New functions with QT GUI:
...
- fix zoom offset of 0.5
- fix CMake problem with QT detection
- Code optimisation
15 years ago
Yannick Verdie
bd643ad550
New functions with QT GUI:
...
Fixed memory leak
Disable QT by default
15 years ago
Yannick Verdie
e21b4e9ca3
New functions with QT GUI
...
Mouse callback return correct value during zoom/panning
15 years ago
Vadim Pisarevsky
c11bc13126
minor fixes in CMake scripts
15 years ago
Yannick Verdie
c6872100db
Start integrating QT GUI (GoC 2010)
15 years ago
Vadim Pisarevsky
8b1e3a5ebd
fixed OpenCV_INCLUDE_DIRS in OpenCVConfig.cmake (thanks to borism for the patch)
15 years ago
Vadim Pisarevsky
b34aaace79
updated OpenCV version because of the recent reorganization
15 years ago
Vadim Pisarevsky
47c3e79423
added Doxygen-based documentation (draft version for now)
15 years ago
Jose Luis Blanco
4833f15b22
Tentative fix to using FIND_PACKAGE(OpenCV) from external apps after last atomic bomb commit!
...
Fixed for OpenCV compiled whereever and NOT "make install"ed. This second case must be checked later, since I'm not sure of the pretended include dirs layout after "make install".
If all include dirs go to the same target install directory, it should work as is right now.
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago