Roman Donchenko
4af7d65224
Made tests record information about CPU features and Tegra optimization status.
12 years ago
Roman Donchenko
24d84a45b1
Made tests record in the XML output which parallel framework was used.
12 years ago
Vladislav Vinogradov
1492b20472
fix gpu warnings with signed/unsigned char
12 years ago
Alexander Smorkalov
8f7ba03ed2
Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205 )
12 years ago
Roman Donchenko
748210e11b
Merge pull request #994 from asmorkalov:android_java_wrappers
12 years ago
Alexander Smorkalov
16c4aad36d
Java/Python bindings for computeCorrespondEpilines added.
...
Simle Java test for computeCorrespondEpilines added.
12 years ago
Roman Donchenko
5b39c02c39
Merge pull request #1007 from alekcac:i_camera
12 years ago
Roman Donchenko
584f0745d0
Made xls-report.py ignore tests that were not successful.
12 years ago
Roman Donchenko
0f1156bbb6
Made the order of tests in XLS reports deterministic.
12 years ago
Roman Donchenko
4d7b1b5ede
In the XLS report, enabled word wrapping for header cells.
...
Otherwise, Excel ignores line breaks in them.
12 years ago
Roman Donchenko
6ff207b53a
Added a new and improved version of the XLS report generator.
12 years ago
Roman Donchenko
f003e29dc0
Updated testlog_parser.py to the latest version from the private repo.
12 years ago
Alexander Shishkov
24fd2cc326
updated licenses
12 years ago
Alexander Shishkov
5db08961ce
fixed Kirill's comments
12 years ago
Ivan Korolev
fee8121040
Added regression tests for SURF/SIFT (related to #2892 )
12 years ago
Roman Donchenko
843094a07f
Merge pull request #996 from jet47:gpu-nvcuvid-libraries
12 years ago
Roman Donchenko
7308a4a845
Merge pull request #995 from jet47:fix-bug-2985
12 years ago
Roman Donchenko
918f37542b
Merge pull request #999 from snosov1:unreliable-results-fix
12 years ago
Roman Donchenko
9cbeea03fa
Merge pull request #1005 from alekcac:doc_fix
12 years ago
Roman Donchenko
c4974a2511
Merge pull request #1004 from jet47:fix-bug-3068
12 years ago
Roman Donchenko
fbc6814023
Merge pull request #987 from jet47:bug-3085-fix
12 years ago
Roman Donchenko
47ea0614dc
Merge pull request #969 from pengx17:2.4_binary_cache
12 years ago
Roman Donchenko
0124902f42
Merge pull request #929 from dominikrose:mingw-libdc1394-2-windows
12 years ago
Alexander Shishkov
0cee15eb7f
Updated iOS camera. Added rotation flag. Added functions to lock/unlock focus, white balance and exposure.
12 years ago
Roman Donchenko
308c7f5f6e
Merge pull request #1000 from ivan-korolev:fix_sift_bug_2892
12 years ago
Roman Donchenko
aea96e98bb
Merge pull request #1001 from ivan-korolev:fix_stitching_bug_2405
12 years ago
Alexander Shishkov
93200922fd
Fix bug with indices
12 years ago
Vladislav Vinogradov
a4750f49c6
fix for bug #3068 (PCA::computeVar for double input):
...
The matrix g can have CV_32F or CV_64F type, but g.at uses only float template.
This fix adds specialization for double type.
12 years ago
peng xiao
e6b18fc492
Fix a bug caused by NDEBUG macro; it is now removed.
...
Revise some descriptions of the enums.
12 years ago
Ivan Korolev
58fa401b4d
Fixed a bug #2405
12 years ago
Andrey Pavlenko
b84296c02e
Merge pull request #998 from asmorkalov:android_cmake_mips_fix
12 years ago
Ivan Korolev
fc82150edc
Fixed a bug #2892
12 years ago
Sergei Nosov
c90abb6a03
add multiruns to fix "unreliable results" error
12 years ago
Roman Donchenko
8fa1e756e2
Merge pull request #993 from ivan-korolev:fix_videostab_bug_3023
12 years ago
Roman Donchenko
533d4fe051
Merge pull request #988 from snosov1:3071-fix
12 years ago
Roman Donchenko
b725cbf73f
Merge pull request #986 from pengx17:2.4_initiated_context
12 years ago
Roman Donchenko
5bb6d36684
Merge pull request #982 from pengx17:2.4_fix_two_bugs
12 years ago
Roman Donchenko
462047d1e4
Merge pull request #981 from SeninAndrew:ximea_camera_support_fix
12 years ago
Alexander Smorkalov
80f6ede233
Fix build problems on MIPS and Linaro NDK.
...
Merged android.toolchain.cmake from project
https://github.com/taka-no-me/android-cmake
commit: fd1f7055f8b7338644d58d9a2015a784dfa3a5ca
12 years ago
Vladislav Vinogradov
0367a7f992
link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled
12 years ago
Roman Donchenko
7aac543570
Merge pull request #991 from asmorkalov:android_javadoc_fix
12 years ago
Vladislav Vinogradov
055137582c
fix for bug #2985 :
...
OPENCLAMDBLAS and OPENCLAMDFFT never detected under linux.
lib64/import and lib32/import is the path on Windows but not Linux.
for CLAMDBLAS library we should use CLAMDBLAS_PATH (not CLAMDFFT_PATH)
12 years ago
Ivan Korolev
de4c3f0178
Fixed a bug related to video stabilization crashes with a blank video (Bug #3023 )
12 years ago
Alexander Smorkalov
83e9b0a87a
Javadoc waring fix.
12 years ago
Sergei Nosov
982ef83f80
Fixes bug #3071 .
...
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
12 years ago
Vladislav Vinogradov
e433145b7e
fix for Bug #3085 :
...
weights array is only allocated for (l_count+1) elements,
but then weights[l_count+1] element is accessed.
12 years ago
peng xiao
5fd724b54a
Add a function to query if global OpenCL context is initialized.
12 years ago
Peng Xiao
d9ab22e4ed
Fix two bugs related to opencl context.
...
1. As getDevice will implicitly call setDevice, in getContext we should not need to call it again.
2. Fix an incorrect type casting.
12 years ago
Andrew Senin
8eb6decb25
Fixed Ximea cameras support
12 years ago
Roman Donchenko
98f6a4a615
Merge pull request #972 from jet47:mog2-params-bug-2168
12 years ago