Andrey Pavlenko
a7821c60e5
refactoring the test as it should be in 2.4
11 years ago
Andrey Pavlenko
4d28e8243c
'master'-like Haar perf test
11 years ago
Roman Donchenko
7acea48788
Merge pull request #2106 from robbertkl:patch-2
11 years ago
Roman Donchenko
58882e5c22
Merge pull request #2114 from kazuki-ma:SparseMat_convertTo_typofix_24
11 years ago
Kazuki Matsuda
2ae20c74a2
Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m)
...
Fix compilation erros when compiling this constructor.
First argument type of "convertTo" should be instance, not a pointer of instance.
First pull request was created for master branch.
But it should be marged for 2.4.
https://github.com/Itseez/opencv/pull/2113
11 years ago
Robbert Klarenbeek
e21c6e19db
Fix algorithm setter argument validation for uchar
11 years ago
Roman Donchenko
5327482b46
Merge pull request #2084 from ilya-lavrenov:cont
11 years ago
Ilya Lavrenov
4f9c081dc3
fixed bug #3319
11 years ago
Roman Donchenko
157202fc8d
Merge pull request #2094 from SpecLad:multimon-be-gone
11 years ago
Roman Donchenko
4ce684e61c
Merge pull request #2087 from ilya-lavrenov:remap_sse2_cond
11 years ago
Roman Donchenko
795c108f2b
Fixed MinGW build by declaring the minimal required Windows version.
...
Also deleted miscellaneous remaining multimon cruft.
Deleted #include <winuser.h>, because <windows.h> includes it
already.
This should have a nice side effect of preventing us from
accidentally using any Windows API that's too new.
11 years ago
Roman Donchenko
6811d2ab24
Merge pull request #2086 from ilya-lavrenov:mul_fix
11 years ago
Ilya Lavrenov
5db1754d49
SSE2 optimization of cv::remap doesn't work with big images
11 years ago
Ilya Lavrenov
09d25e11c6
fixed bug #3341
11 years ago
Roman Donchenko
a0c98dcefa
Merge pull request #2092 from alalek:fix_mingw_warn
11 years ago
Alexander Alekhin
44970ddf56
eliminate MINGW pragma warning
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