Vladislav Vinogradov
5170f0b5da
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd(cherry picked from commit 5dbdadb769
)
11 years ago
Vladislav Vinogradov
dc2dbb4173
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
(cherry picked from commit bfc27271e2
)
11 years ago
Vladislav Vinogradov
79e4f7eb78
Revert "disable CUDA generalized Hough Transform"
...
This reverts commit 33d42b740c
.
(cherry picked from commit 5d099df578
)
11 years ago
Vladislav Vinogradov
cc73c7000f
fix epsilons for several gpu tests
...
(cherry picked from commit 3e4bb371c8
)
11 years ago
Vladislav Vinogradov
8bb26fa5de
Revert "disable gpu CvtColor.*2HSV tests:"
...
This reverts commit 952027a853
.
(cherry picked from commit b6ba1f226c
)
11 years ago
Vladislav Vinogradov
48612d7c58
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
(cherry picked from commit da44a2fac1
)
11 years ago
Alexander Smorkalov
8ba84f4b47
Implicit testdata directory permissions setup added.
...
(cherry picked from commit b86088b89c
)
11 years ago
Alexander Smorkalov
bc653add74
Absolute path to tests in opencv_run_app_tests.sh fixed.
...
(cherry picked from commit 530702c5f2
)
11 years ago
Alexander Smorkalov
215f78eee2
Merge branch 'android_manager_version_inc4' into 2.4.8.1-prep
11 years ago
Vladislav Vinogradov
4425dac7f4
disable gpu CvtColor.*2HSV tests:
...
possible bug in CPU version(cherry picked from commit 3cb8b352e52f85847d98d2b0ece32ba5bdb5c31b)
11 years ago
Vladislav Vinogradov
4f79b9de48
disable gpu Subtract_Array test:
...
possible bug in CPU version(cherry picked from commit 59155c1eefb6f22e362e34a8d73b31841eb3413a)
11 years ago
Vladislav Vinogradov
397ac5e68f
disable gpu Canny and HoughCircles perf tests:
...
it fails because driver terminates CUDA kernels after time out
(cherry picked from commit fa5bbb5f8dc1a86cfe004fb258d66e56c90560d6)
11 years ago
Vladislav Vinogradov
43c75c64b5
disable NPP for GpuMat methods and for copyMakeBorder(cherry picked from commit 316d49fc0fb7a609ebb0a65efc207faea6b978a4)
11 years ago
Vladislav Vinogradov
c319625a07
disable some gpu tests if library was built without CUFFT(cherry picked from commit b4b929d27cc25822dd15b5b96b8d335c59d4408c)
11 years ago
Vladislav Vinogradov
a7d0448faa
gpu test output files moved from cwd to temp folder(cherry picked from commit 49731ad530
)
11 years ago
Alexander Smorkalov
ca10e5e8ae
Highgui test output fixes.
...
Useless output to console fixed;
Test output files moved from cwd to temp folder.
(cherry picked from commit 87935f3560
)
11 years ago
Vladislav Vinogradov
32414afe72
disable performance test for gpu generalized hough(cherry picked from commit 063d8b4211
)
11 years ago
Alexander Smorkalov
ed10f50d25
Reports path fix for opencv_run_all_tests.sh.in script.
...
(cherry picked from commit 3d261e8a01
)
11 years ago
Alexander Smorkalov
48d9be70d5
Android toolchain file sync with original project.
...
Original project: https://github.com/taka-no-me/android-cmake/
Revision: 5db45cfb87fec180b74963d3680dd60d4d8d8c3a
(cherry picked from commit c815043607
)
11 years ago
Alexander Smorkalov
c6b31481b6
OpenCV Manager version++.
11 years ago
Alexander Smorkalov
514b714cc2
opencv_run_all_tests.sh script added to -tests package.
...
(cherry picked from commit d45350a06a
)
11 years ago
Alexander Smorkalov
7fec87d3f6
Multiple fixes for tests deb package build.
...
Added opencv_testing.sh.in file;
opencv_testing.sh installation guarded by OS check.
(cherry picked from commit d9dc5ffa91
)
11 years ago
Alexander Smorkalov
00d555f051
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
(cherry picked from commit 39201e68e2
)
11 years ago
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