Vadim Pisarevsky
8a87c15a66
added opencv/include/CMakeLists.txt to the install package for Windows
14 years ago
Vadim Pisarevsky
9dfb15dbbd
some more fixes for the static library configuration
14 years ago
Vadim Pisarevsky
0de9c9fd3c
opencv_zlib renamed back to zlib; make static libs work on Windows
14 years ago
Vadim Pisarevsky
8b4cb1d99c
make OpenCVConfig.cmake usable in the case of static libs
14 years ago
Vadim Pisarevsky
3ec6934da3
starting to fix CMake scripts for the proper OpenCVConfig.cmake behavior
14 years ago
Vadim Pisarevsky
a7a5dd051a
updated version number; removed unnecessary index.html and ChangeLog.htm
14 years ago
Vadim Pisarevsky
b0cc526b0b
fixed OpenCV build on NetBSD (ticket #726 )
14 years ago
Anatoly Baksheev
07e68eb0bb
sigms's second patch with fix in install rules.
14 years ago
Vadim Pisarevsky
0cab986ecf
applied patches by sigma (ticket #644 )
14 years ago
Anatoly Baksheev
4c160acc35
GPU module: disabled compilation for CC 1.0
14 years ago
Vadim Pisarevsky
40e1fd5b1e
updated installation package for Windows
14 years ago
Anatoly Baksheev
36ebf4ef0d
cuda+npp version check at configure time.
14 years ago
Vadim Pisarevsky
d366c0b2fa
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
14 years ago
Vadim Pisarevsky
de4f1aeb06
fixed some GCC 4.4 warnings
14 years ago
Vadim Pisarevsky
8a8ba57b20
fixed building Python wrappers when Numpy is not available
14 years ago
Stefano Fabri
886369069a
Fixed flann linking
14 years ago
Vadim Pisarevsky
a8476d9ce6
added "-ggdb3" to GCC flags in Debug configuratin. Hopefully, it will solve problems with tracing code with debuggers
14 years ago
Ethan Rublee
244a537d54
_S happens to be a bad variable name for android
14 years ago
Vadim Pisarevsky
caa3076018
added Eigen3 support
14 years ago
Anatoly Baksheev
74c4b5a5a9
Added compilation with NPP to GPU module(FindNPP script). Tested only on win32, but it does not influence on OpenCV compilation if WITH_CUDA flag unset.
14 years ago
Andrey Morozov
bbc2015014
created build infrastructure for NPP linking in CMake.
14 years ago
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