Vadim Pisarevsky
d02a0cab48
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
14 years ago
Vadim Pisarevsky
ad84d784ee
make CMAKE_INSTALL_PREFIX available on Windows as well
14 years ago
Andrey Kamaev
41f5e8e3d8
Fixed output paths for some libraries and executables.
...
Added option to force disable precompiled headers.
14 years ago
Leonid Beynenson
2806db93d8
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
14 years ago
Vadim Pisarevsky
6985540744
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
14 years ago
Nils Hasler
80da1d408b
removed private copy of gstappsink because appsink is now part of gstreamer base.
14 years ago
Andrey Kamaev
e3f394af01
Fixed remaining Android compatibility issues: added compiler flag to interpret char as signed char.
14 years ago
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
14 years ago
Anatoly Baksheev
7f77f8f35a
tbb search improvement
14 years ago
Vadim Pisarevsky
371aa08006
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
14 years ago
Anatoly Baksheev
0725a31e5a
default target arch modified
14 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
Maria Dimashova
ad896ae640
refactored OpenNI integration
14 years ago
Maria Dimashova
ed77955635
moved an include dirs setting to the root cmake file
14 years ago
Alexey Spizhevoy
e303b0dd62
added CUDA_ARCH_FEATUERS define (for correct handling of BIN(PTX) cases)
14 years ago
Alexey Spizhevoy
13a6d0b92a
fixed parsing GPU archs in BIN(PTX) format
14 years ago
Alexey Spizhevoy
dbff16eb85
updated cmake file to allow specifying GPU archs in BIN(PTX) format
14 years ago
Maria Dimashova
3a04d08bf7
added Kinect support (initial version without settings configuration yet) and sample on usage
14 years ago
Alexey Spizhevoy
574b3f94a1
updated gpu initialization functions, added compile-time error on CC 1.0
14 years ago
Alexey Spizhevoy
6187b97199
fixed GPU switchable tests, changed default CC's for gpu module
14 years ago
Alexey Spizhevoy
3c1227ac65
cosmetic changes
14 years ago
Alexey Spizhevoy
8779306800
updated main CMakeLists.txt gpu module section, now user can manage binary and intermediate code versions of the gpu module image
...
added more functions to check version of gpu code in runtime
14 years ago
Alexey Spizhevoy
1a0d41fb53
added checkPtxVersion into gpu module
14 years ago
Alexey Spizhevoy
f3a2656808
added hasPtxFor and isCompatibleWith functions into gpu module, added docs for them
14 years ago
Vladimir Dudnik
6309b2d08d
added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
...
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
14 years ago
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