Roman Donchenko
bf6b119a3f
Merge pull request #1045 from bitwangyaoyao:2.4_fix
12 years ago
Roman Donchenko
1cfe5aa41e
Merge pull request #1048 from SpecLad:xls-conf
12 years ago
Roman Donchenko
a335fc591f
Merge pull request #1052 from SpecLad:ocl-mingw-warnings
12 years ago
Roman Donchenko
5b2b76763e
Fix miscellaneous warnings from compiling with MinGW.
...
Note that MinGW defines NOMINMAX by default.
12 years ago
yao
2ec1140b25
fix pyrlk
12 years ago
yao
1227e00f3d
fix moments
12 years ago
Roman Donchenko
381057eaad
Merge pull request #1002 from asmorkalov:doc_warning_fix
12 years ago
Roman Donchenko
f8e187e1e1
Merge pull request #1035 from SpecLad:cv-concurrency
12 years ago
Roman Donchenko
e6784ca8a0
Merge pull request #1021 from alekcac:platforms
12 years ago
yao
dbdeff2069
fix stereobm crash on some cpu ocl
12 years ago
yao
6db776f957
add "-c" for cpu ocl mode in perf tests
12 years ago
Roman Donchenko
c244f000ab
Merge pull request #1030 from SpecLad:ts-impl-variants
12 years ago
Roman Donchenko
961251f0ca
Merge pull request #1029 from SpecLad:have-qt-config
12 years ago
Alexander Shishkov
bb9a0b7253
Update Info.plist.in
12 years ago
Roman Donchenko
3bab7391d0
Merge pull request #1028 from SpecLad:ocl-clahe-dtor
12 years ago
Roman Donchenko
c16316c4b4
Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function.
...
That way, core/internal.hpp doesn't have to depend on cvconfig.h, which we
don't ship.
12 years ago
Roman Donchenko
171a56fe82
Merge pull request #1034 from pengx17:2.4_oclmat_inoutarray
12 years ago
Roman Donchenko
7cb047e2d9
Merge pull request #1031 from pengx17:2.4_fix_converTo
12 years ago
Roman Donchenko
4ed3d33dd7
Merge pull request #1025 from bitwangyaoyao:2.4_tests
12 years ago
Roman Donchenko
b0421cafab
Merge pull request #1022 from bitwangyaoyao:2.4_hog
12 years ago
Roman Donchenko
5fa200763f
Merge pull request #1026 from SpecLad:ts-version-prop
12 years ago
Roman Donchenko
e3ae36dcb3
Merge pull request #1033 from SpecLad:xls++
12 years ago
Roman Donchenko
d4a8b87645
Wrote relevant docs.
12 years ago
Roman Donchenko
0e3a9eaf98
Made Collector render property sets as dicts instead of tuples of pairs.
12 years ago
peng xiao
290c8db0a8
Revise naming for getOclMat function.
12 years ago
yao
6326739b44
a bug fix in stereo_match sample
12 years ago
peng xiao
e129638263
Add a workaround to interpolate between oclMat and Input/OutputArray.
12 years ago
Roman Donchenko
2688e22cb5
Made xls-report.py use global properties in XML files.
...
Now it can determine, without looking at the file name, both the module
name and the configuration name (the latter with a little help from the
configuration file).
12 years ago
Roman Donchenko
57317c3196
Use log formatting as intended.
12 years ago
Roman Donchenko
3ea4836a0a
Changed the impls argument to be an array name.
...
Turns out, you can't use preprocessor directives inside macro arguments.
Who'd have thought?
12 years ago
Roman Donchenko
3e2c456313
A few minor improvements to the XLS report generator.
...
* In comparison column headers, switched the order of labels, so that
it's "to" vs "from".
* When a test was present, but not run successfully, put its status in
the corresponding cell instead of coloring it gray.
12 years ago
Roman Donchenko
e600beb484
Merge pull request #1017 from jet47:fix-gpu-warnings
12 years ago
peng xiao
c1f4fe1637
Fix a bug of convertTo.
...
The bug was found that all 3-channel oclMat's were converted to
4-channel oclMat's after using convertTo function.
12 years ago
Roman Donchenko
51a672ec40
Disabled the cuda variant when CUDA is not available.
12 years ago
Roman Donchenko
7a104d2793
Added an option to print available implementation variants.
12 years ago
Roman Donchenko
b581f27249
Made perf tests record module name, selected implementation and number of threads.
12 years ago
Roman Donchenko
936236e4b1
Extended the CPU/GPU selection mechanism in performance tests.
...
Now it allows choosing between arbitrary implementation variants.
12 years ago
Roman Donchenko
37d19b9c46
Pass the HAVE_QT* flags through the config header, like all others.
...
I don't know why it didn't work for the original author, but it definitely
works now.
12 years ago
Roman Donchenko
1d9660c6d2
Merge pull request #954 from LeszekSwirski:24_fix-qtwindow
12 years ago
Roman Donchenko
1ed5fb937d
Give cv::ocl::CLAHE a virtual destructor, for the usual reasons.
12 years ago
Roman Donchenko
d58421c08e
Make version-related test properties more useful.
...
Namely, normalize their names to a common convention and remove useless text
from their values.
12 years ago
Roman Donchenko
1aa7b1596b
Merge pull request #1023 from pengx17:2.4_fix_amd_path
12 years ago
yao
f1c549fabf
revise ocl samples, add tvl1 sample
12 years ago
Roman Donchenko
fa158304fe
Merge pull request #1016 from SpecLad:xls-report
12 years ago
Roman Donchenko
dd23a3c227
Merge pull request #1020 from SpecLad:tests-record-more
12 years ago
yao
2c198f6cd6
revise accuracy and perf tests
12 years ago
peng xiao
9ecbce0111
Fix cmake path finding for amd libs.
...
There is no WIN64 defined in the environment.
12 years ago
yao
26c246140a
optimize hog
12 years ago
Alexander Shishkov
68741bf8a0
moved iOS part to platforms folder
12 years ago
Roman Donchenko
25613fbfd7
Merge pull request #1008 from ivan-korolev:fix_sift_bug_2892
12 years ago