Andrey Kamaev
6f08d03322
Advance version number to 2.4.3-rc
12 years ago
Andrey Kamaev
ed00642600
Force build with -O2 instead of -O3 on 32-bit linux
12 years ago
Andrey Kamaev
2e91405833
Fix OS X build warnings
12 years ago
Niko
5df77a841e
remove redundant OPENCL_DIR flag
...
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
7225f89ea2
Revert opencv_videostab to the state of 2.4.2
12 years ago
Andrey Kamaev
a3b1971977
Bring back escaped virtual destructors from 2.4.2
12 years ago
Anatoly Baksheev
f9ac5e2404
minor
12 years ago
Evgeny Talanin
2e7656dbdf
#2192 patch apply
12 years ago
Vladislav Vinogradov
8abcad6b00
fixed CUDA_FAST_MATH flag
12 years ago
Anatoly Baksheev
1d68850cb2
Added CUDA fast math flag
12 years ago
Vadim Pisarevsky
e80cbbb101
fixed C= detection script
12 years ago
Vadim Pisarevsky
e625d86485
added C= support; modified threading logic in threshold
12 years ago
Andrey Kamaev
95b6a103b5
Add sanity checks support for vertor<KeyPoint>
12 years ago
Vadim Pisarevsky
a63669f819
fixed linking CLP in the case of MinGW (patch #1872 )
12 years ago
Vadim Pisarevsky
ca6f2f080f
hopefully, correctly applied modified patch #2034 that handles Windows case
12 years ago
Vadim Pisarevsky
0bfa58b68d
fixed detection of IPP 7.1 (patch #2413 : thanks to Gino van den Bergen!)
12 years ago
Vadim Pisarevsky
4be7619ce4
_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3
12 years ago
cuda_geek
6b19c76233
fix hardcoded paths for static build OpenCV with CUDA
12 years ago
Anatoly Baksheev
dffba48517
Added host compiler check before CUDA detection. For not supported compilers CUDA will be disabled.
12 years ago
Andrey Kamaev
f32eb05ea1
Fix AVX and other SIMD support detection
12 years ago
Andrey Kamaev
ece71d6a06
Remove misused REQUIRED keyword from CMake scripts
12 years ago
Vadim Pisarevsky
f53d94c645
fixed OpenCL detection in Linux (patch #2261 )
12 years ago
Andrey Kamaev
200a81746e
Improve Eigen search
...
Should now automatically detect it during Android build
12 years ago
Andrey Kamaev
b8767f5fbe
Disable TBB on Android for mips
12 years ago
Andrey Pavlenko
04e9698685
possibility to maintain custom hardware-specific libs folders
12 years ago
Andrey Pavlenko
186f8b7417
possibility to maintain custom hardware-specific libs folders
12 years ago
Andrey Kamaev
02b33792cb
Fix precompiled headers support detection for gcc-4.6 toolchain from Android NDK r8b
...
The version reported by toolchain is 4.6.x-google so regex needs an adjustment.
12 years ago
Andrey Kamaev
af415085d8
Fix Android build with CMake 2.6.3-2.8.3
12 years ago
Andrey Kamaev
867777f825
Added OpenEXR library v1.7.1
12 years ago
Andrey Kamaev
3fb3851c7a
Remove debug print
12 years ago
Andrey Kamaev
11bffb0e7d
Unify manifest files in Android examples
...
(cherry picked from commit bd12f636c8
)
Signed-off-by: Andrey Kamaev <andrey.kamaev@itseez.com>
12 years ago
Andrey Kamaev
bd12f636c8
Unify manifest files in Android examples
12 years ago
Sergiu Dotenco
85eae7b30d
win32: always link to vfw32
12 years ago
niko
b929012583
performance fix of convertC3C4
...
add OCL 1.2 feature for setTo
bug fix of integral
replace the error code -217 with suitable MACRO
simplify tests, no need apply a new context for each test case
add more control for tests in utility.hpp
12 years ago
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
12 years ago
Leonid Beynenson
8dcf52c90b
Added possibility to make subfolders in modules' folders "src/".
12 years ago
Andrey Kamaev
bcf8dd510f
Added CCache support to Android build
...
To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
to the path to your ccache binary. When declared, the android.cmake.toolchain
automatically uses CCache when compiling any C/C++ source file. For example:
export NDK_CCACHE=ccache
12 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
12 years ago
Anatoly Baksheev
e60a50c43c
removed /EHa flag for cuda compilation
12 years ago
Anatoly Baksheev
290030d030
possibility to enable /mp compiler flag from cmake
...
fixed MCVC warnings
12 years ago
Anatoly Baksheev
d395bf1522
minor fix in FindTBB
...
added texture_binder
12 years ago
Alexander Smorkalov
9314e3266c
Debug build for Android added. Stripping of debug build turned off.
12 years ago
marina.kolpakova
ee0dd4d496
disabled -Wunused-but-set-variable because of multiple warnings during building nvcc auto generated files (GCC 4.6)
12 years ago
Andrey Kamaev
682dede87e
#2215 Fix dependencies escaping in generated OpenCVConfig.cmake
12 years ago
Vladislav Vinogradov
a0aef244d6
removed perf_gpu_cpu from CMake scripts
12 years ago
Alexander Smorkalov
14fa645026
Debug build for Android added. Stripping of debug build turned off.
12 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
12 years ago
yao
c03ac12fcd
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
12 years ago
Vadim Pisarevsky
fac3d9994c
integrated another portion of SSE optimizations from Grigory Frolov
12 years ago