Commit Graph

11 Commits

Author SHA1 Message Date
Alexander Alekhin
e845184843 Merge remote-tracking branch 'upstream/2.4' into merge-2.4
*  from StevenPuttemans:bugfix_3283
*  from alalek:ocl_test_fix_rng
*  from alalek:cmake_install_win
*  from ilya-lavrenov:ipp_warn_fix
*  from alalek:perf_simple_strategy
*  from alalek:svm_workaround
*  from alalek:ocl_fix_cl_double
*  from ilya-lavrenov:ocl_setto_opencl12
*  from asmorkalov:android_fd_cp_fix
*  from ilya-lavrenov:ocl_norm
*  from sperrholz:ocl-arithm-additions
*  from ilya-lavrenov:ocl_setto_win_fix
*  from ilya-lavrenov:pr1582_fix
*  from alalek:ocl_remove_cl_hpp_h
*  from alalek:ocl_program_cache_update
*  from ilya-lavrenov:ocl_war_on_double
*  from ilya-lavrenov:ocl_perf
*  from alalek:cl_code_cleanup
*  from alalek:test_fix_run_py
*  from alalek:ocl_fix_cleanup
*  from alalek:ocl_fix_build_mac
*  from ilya-lavrenov:ocl_mac_kernel_warnings
*  from ilya-lavrenov:ocl_fix_tvl1_and_sparse
*  from alalek:ocl_test_dump_info
*  from ilya-lavrenov:ocl_disable_svm_noblas
*  from alalek:ocl_fixes
*  from ilya-lavrenov:ocl_imgproc
*  from ilya-lavrenov:ocl_fft_cleanup
*  from alalek:fix_warn_upd_haar
*  from ilya-lavrenov:ocl_some_optimization
*  from alalek:ocl_fix_perf_kalman
*  from alalek:ocl_fix_string_info
*  from ilya-lavrenov:ocl_svm_misprint
*  from ilya-lavrenov:ocl_cvtColor
*  from ilya-lavrenov:ocl_info
*  from a0byte:2.4
*  from ilya-lavrenov:to_string

Conflicts:
	cmake/OpenCVConfig.cmake
	cmake/OpenCVDetectPython.cmake
	cmake/OpenCVGenConfig.cmake
	modules/core/CMakeLists.txt
	modules/nonfree/src/surf.ocl.cpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/include/opencv2/ocl/private/util.hpp
	modules/ocl/perf/main.cpp
	modules/ocl/src/arithm.cpp
	modules/ocl/src/cl_operations.cpp
	modules/ocl/src/cl_programcache.cpp
	modules/ocl/src/color.cpp
	modules/ocl/src/fft.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/src/gemm.cpp
	modules/ocl/src/haar.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/src/matrix_operations.cpp
	modules/ocl/src/pyrlk.cpp
	modules/ocl/src/split_merge.cpp
	modules/ocl/src/svm.cpp
	modules/ocl/test/main.cpp
	modules/ocl/test/test_fft.cpp
	modules/ocl/test/test_moments.cpp
	modules/ocl/test/test_objdetect.cpp
	modules/ocl/test/test_optflow.cpp
	modules/ocl/test/utility.hpp
	modules/python/CMakeLists.txt
	modules/ts/include/opencv2/ts.hpp
	modules/ts/src/ts_perf.cpp
	samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp
2013-10-15 20:08:52 +04:00
Alexander Alekhin
555c505b70 update cmake 'install' target for Windows platform
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
2013-10-09 17:49:10 +04:00
Vladislav Vinogradov
fd88654b45 replaced GPU -> CUDA 2013-09-02 14:00:44 +04:00
Vladislav Vinogradov
0a65f2f4af merged gpunonfree and nonfree module 2013-03-18 16:14:37 +04:00
Vladislav Vinogradov
fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 2013-03-18 14:06:29 +04:00
OpenCV Buildbot
04384a71e4 Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
Marina Kolpakova
b28b2428f6 changing package layout after 'make install' for Android build 2012-06-28 17:23:50 +00:00
Andrey Kamaev
984eb99428 Global CMake reorganization:
[~] Automatically tracked dependencies between modules
 [+] Support for optional module dependencies
 [+] Options to choose modules to build
 [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
 [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
 [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
2012-02-03 11:26:49 +00:00
Anatoly Baksheev
69f28ef65c solution folder flag disabled by default 2011-05-17 09:40:06 +00:00
Anatoly Baksheev
c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
2011-05-11 13:37:20 +00:00
Alexey Spizhevoy
310c483da8 added first version of gpu performance tests 2011-01-24 10:33:01 +00:00