Alexander Smorkalov
|
6cf7d6ef4e
|
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
(cherry picked from commit f332cba14b )
|
11 years ago |
Alexander Smorkalov
|
3ebdcafdd3
|
All installed files marked with component names for install customization.
(cherry picked from commit b75cbfde45 )
Conflicts:
cmake/OpenCVModule.cmake
|
11 years ago |
Alexander Smorkalov
|
a348f3eeaa
|
OpenCV version++
|
11 years ago |
Alexander Smorkalov
|
33f423de04
|
Improvements in package build.
(cherry picked from commit 086792ec06 )
|
11 years ago |
Alexander Smorkalov
|
d6ba52c3f9
|
Initial Linux packages build rools for CPack.
(cherry picked from commit 7821fe2bde )
Conflicts:
cmake/OpenCVModule.cmake
|
11 years ago |
Vladislav Vinogradov
|
e9638d0997
|
disable CUDA generalized Hough Transform
(cherry picked from commit 33d42b740c )
|
11 years ago |
Vladislav Vinogradov
|
5cb0084547
|
split CUDA Hough sources
(cherry picked from commit d847387694 )
|
11 years ago |
Roman Donchenko
|
05b9c991dd
|
Merge pull request #2083 from jet47:gpu_android_tests
|
11 years ago |
Roman Donchenko
|
46be47cb4b
|
Merge pull request #2080 from asmorkalov:ocv_dynamic_cuda_deviceinfo_fix
|
11 years ago |
Roman Donchenko
|
4eb9b9d6cf
|
Merge pull request #2082 from asmorkalov:dynamicuda_internal_fix
|
11 years ago |
Vladislav Vinogradov
|
53494ba397
|
increase thresholds for some tests
|
11 years ago |
Vladislav Vinogradov
|
15678efe84
|
disable 2 problematic tests
|
11 years ago |
Vladislav Vinogradov
|
8399568edf
|
disabled GEMM test if library was built without CUBLAS
|
11 years ago |
Roman Donchenko
|
0566ab4d3d
|
Merge pull request #2078 from ilya-lavrenov:warn
|
11 years ago |
Alexander Smorkalov
|
df63060e4d
|
Bugfix for DeviceInfoFuncTable in dynamicuda amd core modules.
|
11 years ago |
Alexander Smorkalov
|
4175916b2a
|
dynamicuda became private module.
|
11 years ago |
Andrey Pavlenko
|
d649f47eeb
|
Merge pull request #2072 from pengx17:patch-3
|
11 years ago |
Ilya Lavrenov
|
d014cb8fb4
|
fixed warning [-Wempty-body]
|
11 years ago |
Roman Donchenko
|
c45492371a
|
Merge pull request #2036 from GregoryMorse:patch-1
|
11 years ago |
Roman Donchenko
|
719149877e
|
Merge pull request #2074 from asmorkalov:android_nonfree_cuda
|
11 years ago |
Roman Donchenko
|
ee36717db4
|
Merge pull request #2037 from GregoryMorse:patch-2
|
11 years ago |
Alexander Smorkalov
|
c48777a1c3
|
CUDA dependency in nonfree nodule removed. OpenCV.mk generation fixed.
|
11 years ago |
Peng Xiao
|
0ccc903647
|
fixed a buffer overrun of ocl canny
the `map` buffer does not have the same size with CUDA and index starts at [1, 1] instead of [0, 0].
|
11 years ago |
Andrey Pavlenko
|
41fd711ab0
|
Merge pull request #2069 from asmorkalov:android_ocl_1_1_fix
|
11 years ago |
Andrey Pavlenko
|
4b885e2067
|
Merge pull request #2068 from akarsakov:disable_ipp
|
11 years ago |
Alexander Smorkalov
|
4f6f6e8cac
|
static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile.
|
11 years ago |
Alexander Karsakov
|
6ef0253fb7
|
Disabled some IPP implementation since it breaks tests
|
11 years ago |
Andrey Pavlenko
|
f7b5e6544f
|
Merge pull request #2061 from apavlenko:2.4_fix_build_vs12
|
11 years ago |
Roman Donchenko
|
648facccd6
|
Merge pull request #2064 from dpen2000:patch-2
|
11 years ago |
Roman Donchenko
|
709e8e8e07
|
Merge pull request #2057 from asmorkalov:android_cuda_sample
|
11 years ago |
Andrey Pavlenko
|
734bf8babd
|
removing legacy stuff
|
11 years ago |
GregoryMorse
|
4880858119
|
Update CMakeLists.txt
WinRT native C++ support allowing building of static libraries
Update CMakeLists.txt
Update OpenCVCRTLinkage.cmake
Update OpenCVCRTLinkage.cmake
|
11 years ago |
Alexander Smorkalov
|
cea9a97434
|
CUDA support check added.
|
11 years ago |
Alexander Smorkalov
|
b3eee49451
|
New sample for CUDA on Android added.
|
11 years ago |
Roman Donchenko
|
60906d9175
|
Merge pull request #2060 from asmorkalov:ocv_ts_cuda
|
11 years ago |
dpen2000
|
d6a88397b4
|
Fix python sample path
|
11 years ago |
Roman Donchenko
|
8fe79738ce
|
Merge pull request #2056 from asmorkalov:java_core_cuda_wrappers
|
11 years ago |
Roman Donchenko
|
86aabf704f
|
Merge pull request #2050 from asmorkalov:android_mk_fix2
|
11 years ago |
Andrey Pavlenko
|
f9aa148ba9
|
eliminating VS2013 build warnings
|
11 years ago |
Alexander Smorkalov
|
358e59e91b
|
Fake dependency from CUDA in case of satic linkage with OpenCV removed.
|
11 years ago |
Roman Donchenko
|
b94963d381
|
Merge pull request #2052 from SpecLad:seporate
|
11 years ago |
Alexander Smorkalov
|
e79c875fe2
|
Java wrappers for functions from cv::gpu namespace in core module added.
|
11 years ago |
Roman Donchenko
|
24be7b26cd
|
Merge pull request #2049 from asmorkalov:android_cuda_warning_fix
|
11 years ago |
Alexander Smorkalov
|
0206f419c1
|
ts dependency from CUDA runtime removed. All implicit CUDA calls replaced by calls from core module.
|
11 years ago |
Alexander Smorkalov
|
1e038e2837
|
CUDA warning fix/supporession for Android.
|
11 years ago |
Alexander Smorkalov
|
4aa9f83100
|
Dynamic CUDA support library name fixed. Additional error messages added.
|
11 years ago |
Roman Donchenko
|
1acc1085d2
|
Merge pull request #2017 from pemmanuelviel:flannMemoryLeak
|
11 years ago |
Roman Donchenko
|
83fe2f3b16
|
Fixed the seporate/seporator typo everywhere.
|
11 years ago |
Roman Donchenko
|
1e27b07e29
|
Merge pull request #2051 from AlexWillisson:patch-2
|
11 years ago |
Alex Willisson
|
4293a54447
|
Fixed typo in comment
|
11 years ago |