Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
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
Anatoly Baksheev
d3f4c9b2dc
Fixed bug in BP_GPU
12 years ago
Anatoly Baksheev
290030d030
possibility to enable /mp compiler flag from cmake
...
fixed MCVC warnings
12 years ago
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
12 years ago
Vadim Pisarevsky
2f1cc018c9
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
12 years ago
Sergiu Dotenco
ddc7bd7659
fixed compilation errors caused by std::tuple
12 years ago
Andrey Kamaev
bd33e166d0
Use git hash instead of svn version in cmake status report
12 years ago
yao
c03ac12fcd
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
12 years ago
Vadim Pisarevsky
9f4efab40a
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
13 years ago
Andrey Kamaev
6a13c9efc0
Added cmake for building Android package
13 years ago
Andrey Kamaev
15e50420bc
Fixed linux and android install
13 years ago
Andrey Kamaev
a323da6fd5
Fixed some warnings and install problems on linux
13 years ago
Andrey Pavlenko
3804ca3e20
changing package layout after 'make install' for Android build
13 years ago
Andrey Kamaev
55567582a6
added XIMEA support for linux (by Igor Kuzmin) #2085
13 years ago
Andrey Kamaev
a142a3b78a
Fixed Android Manager build
13 years ago
Andrey Pavlenko
2984fa751e
adding OpenCV Manager
13 years ago
Andrey Kamaev
37212f5e00
Fixing compiler flags checks.
13 years ago
Andrey Kamaev
79df8db76f
Fixed recently introduced build problems on some platforms
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
5b2db8e75b
Dragonfly BSD build fix #2010 (thanks to Thomas Klausner)
13 years ago
Andrey Kamaev
ca6d2fe76b
Moved 3rd-party libraries detection to separate cmake files
13 years ago
Andrey Kamaev
e161f428a0
Fixed PvAPI search on Windows #1927
13 years ago
Andrey Kamaev
0716ebb7a6
Refactored highgui libraries search (tested on Windows only)
13 years ago
Andrey Kamaev
094c32ced7
Refactored CMake status report for video IO libs
13 years ago
Andrey Kamaev
d069c062a6
Added Windows paths support to Eigen search.
13 years ago
Vadim Pisarevsky
9bbcebd6b0
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
13 years ago
Vladislav Vinogradov
91e312958b
disabled WITH_OPENGL flag under MacOS
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Alexey Spizhevoy
306248e444
Added support of Clp for Windows
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Alexey Spizhevoy
020f9a6047
Updated Clp library related code in CMakeLists.txt
13 years ago
Alexey Spizhevoy
ae839df55d
Added WITH_CLP flag support into cmake scripts.
13 years ago
Andrey Kamaev
c648de0e08
Fixed build error in Android examples when java bindings are excluded from build.
13 years ago
Andrey Kamaev
63c6e9d6d2
#1537 removed suspicious lines clearing optimization flags
13 years ago
Andrey Kamaev
3ac1f31126
Fixed Android tests and samples status in cmake report; restored java tests "coverage calculation".
13 years ago
Andrey Kamaev
e72a23243b
Reworked build scripts for Android Java API, tests and examples
13 years ago
Alexander Shishkov
6412e17df6
fixed #1502
13 years ago
Andrey Kamaev
8991d323ea
Refactored Java wrapper build scripts.
...
Improved Android SDK search, fixed some bugs.
13 years ago
Andrey Kamaev
9b2d7e19db
Added "fat" mode for Java wrapper
13 years ago
Alexander Reshetnikov
0dd4386d77
Updated new ffmpeg wrapper; restored NEW_FFMPEG in the root cmake file
13 years ago
Andrey Kamaev
2e03e6c06c
Solution folders are turned on by default for MS Visual Studio IDE.
13 years ago
Andrey Kamaev
305d024137
CMake status report: list unsatisfied dependencies for automatically disabled modules; fixed few problems with Windows-style paths
13 years ago
Vadim Pisarevsky
b5a9c9ac77
temporarily turned off the new wrapper.
13 years ago
Alexander Reshetnikov
36b2ff3cf3
Fixed compiling error under Ubuntu with ffmpeg 0.7.x and advised under Windows
13 years ago
Alexander Reshetnikov
e0b772a392
Added a first version of new ffmpeg wrapper
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Anatoly Baksheev
18933c12f7
Disabled BUILD_WITH_DEBUG_INFO flag for MSCV. Now debug info is included in debug configuration
13 years ago
Andrey Kamaev
2f4bb580fc
Fixed some build warnings; slightly improved python search
13 years ago
Andrey Kamaev
8df208cf56
Fixed compiler flags for 3rdparty libs.
13 years ago