Ilya Lavrenov
|
3eff05e3eb
|
added performance tests for cv::ocl::calcHist
|
2014-03-11 12:34:27 +04:00 |
|
Ian Taylor
|
45969bb3ae
|
fix variable name typo in calcBlurriness
|
2014-03-10 03:02:06 -04:00 |
|
kurodash
|
0eaeff0641
|
fix: use "cvAlloc" wrapper function for malloc.
|
2014-03-07 19:02:37 +09:00 |
|
Andrey Pavlenko
|
229aa62300
|
Merge pull request #2445 from ilya-lavrenov:ocl_perf
|
2014-03-06 22:03:01 +04:00 |
|
Alexander Karsakov
|
806e9241a6
|
Clarifying comments
|
2014-03-06 16:44:46 +04:00 |
|
Alexander Smorkalov
|
b3e18d23a3
|
Implicit CUDA and OpenCL control for module definition added.
Feature allows to exclude CUDA or OpenCL optimizations at all even CUDA is used
on build. Exclusion of CUDA or OpenCL cut unwanted dependencies.
|
2014-03-06 10:31:33 +04:00 |
|
Ilya Lavrenov
|
f7a474180b
|
tuned some tests
|
2014-03-06 09:24:02 +04:00 |
|
Anatoly Baksheev
|
fde0185a77
|
iteractor work
|
2014-03-06 03:26:21 +04:00 |
|
Vadim Pisarevsky
|
22f42a639f
|
fixed doc builder warnings; make sure the tests give reasonable results when OpenCL is not available
|
2014-03-05 18:48:19 +04:00 |
|
Alexander Karsakov
|
4aa891e773
|
Remove clReleaseDevice call (workaround for pure virtual call on Windows)
|
2014-03-05 17:57:06 +04:00 |
|
Vadim Pisarevsky
|
60ce2b2e9f
|
modified SURF's performance test to test OpenCL version as well
|
2014-03-05 17:10:51 +04:00 |
|
Vadim Pisarevsky
|
da70b04262
|
made SURF_OCL default constructor parameters the same as SURF
|
2014-03-05 17:04:49 +04:00 |
|
Vadim Pisarevsky
|
3c1917771b
|
modified OpenCL SURF API and the tests in 2.4.x to prove that it gives different from CPU results
|
2014-03-05 16:31:41 +04:00 |
|
Dave Hughes
|
b184d7f27b
|
Fix for #3554
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on
RaspberryPi and possibly other Video4Linux variants. See
http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more
detail.
|
2014-03-05 02:44:40 +00:00 |
|
Andrey Pavlenko
|
ba4513503e
|
Merge pull request #2429 from ilya-lavrenov:master_compatible_tests
|
2014-03-04 19:18:13 +04:00 |
|
Roman Donchenko
|
b5248dbf3f
|
Merge pull request #2407 from codyrigney92:LKOptFlow_NEON
|
2014-03-04 15:30:26 +04:00 |
|
Roman Donchenko
|
fa3f29f2b5
|
Merge pull request #2439 from ilya-lavrenov:typo
|
2014-03-04 13:51:31 +04:00 |
|
Ilya Lavrenov
|
099ea91823
|
typos
|
2014-03-04 12:47:40 +04:00 |
|
Roman Donchenko
|
a600267b9f
|
Merge pull request #2432 from ilya-lavrenov:summary_py
|
2014-03-04 11:46:29 +04:00 |
|
Ilya Lavrenov
|
29deff8707
|
ability to merge logs with intersections only
|
2014-03-03 13:27:07 +04:00 |
|
Roman Donchenko
|
af8aa8a2fa
|
Merge pull request #2433 from ilya-lavrenov:typos
|
2014-03-03 12:20:35 +04:00 |
|
Anatoly Baksheev
|
fb7e74c511
|
iteractor work
|
2014-03-02 23:15:53 +04:00 |
|
Ilya Lavrenov
|
eedf86402d
|
typos
|
2014-03-02 21:04:17 +04:00 |
|
Ilya Lavrenov
|
767b28f2e3
|
tests
|
2014-03-01 18:47:44 +04:00 |
|
Cody Rigney
|
fbc69e444b
|
Added NEON optimizations for LK optical flow (Intrinsics).
|
2014-02-28 16:48:04 -05:00 |
|
Ilya Lavrenov
|
c1c3139368
|
master-like performance tests
|
2014-02-28 22:40:24 +04:00 |
|
Alexander Karsakov
|
e6f6707558
|
OCL: Fix for Haar classifier (thanks to Konstantin Rodyushkin).
|
2014-02-26 18:11:11 +04:00 |
|
Roman Donchenko
|
1db1a83410
|
Merge pull request #2410 from asmorkalov:android_tiff_lowmem_fix
|
2014-02-25 15:04:24 +04:00 |
|
Roman Donchenko
|
7dc549f166
|
Merge pull request #2411 from asmorkalov:android_mat_leak_fix
|
2014-02-25 12:37:01 +04:00 |
|
Alexander Smorkalov
|
c78142acb0
|
Bug #3391 org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update fixed.
The crash was cased by massive Mat objects leak in NativeCameraView class.
|
2014-02-25 11:54:03 +04:00 |
|
Alexander Smorkalov
|
dbb7aa7856
|
Highgui_Tiff.decode_tile16384x16384 disabled for Android.
Last changes in test leads to SIGKILL on Android.
SIGKILL is called by out of memory killer.
|
2014-02-25 10:36:20 +04:00 |
|
Andrey Pavlenko
|
d695d4a0bf
|
Merge pull request #2406 from ilya-lavrenov:abf
|
2014-02-25 09:12:32 +04:00 |
|
Ilya Lavrenov
|
e1a598c5b3
|
disabled ABF tests
|
2014-02-24 23:26:01 +04:00 |
|
Nghia Ho
|
ced8e7a813
|
Typo
|
2014-02-24 20:06:20 +11:00 |
|
Roman Donchenko
|
51421098dd
|
Merge pull request #2201 from mattip:2.4
|
2014-02-21 17:57:36 +04:00 |
|
Matti Picus
|
dc50dc7254
|
fix merge
|
2014-02-21 13:54:58 +02:00 |
|
Matti Picus
|
f5330a44e8
|
merge with origin
|
2014-02-21 11:59:49 +02:00 |
|
Matti Picus
|
31c8f2ec57
|
fix code, it turns out only TIFFReadRGBATile needs buffer pointer mangling
|
2014-02-20 22:12:22 +02:00 |
|
Matti Picus
|
46d128e073
|
add test (needs updated opencv_extra repo)
|
2014-02-20 22:10:22 +02:00 |
|
Ilya Lavrenov
|
aa5311ea9f
|
backport of master-based perf tests for matchTemplate to 2.4
|
2014-02-20 18:58:32 +04:00 |
|
Vladislav Vinogradov
|
7fd21d217a
|
fix bug #3562:
add missing __syncthreads to edgesHysteresisLocalKernel
|
2014-02-20 10:24:52 +04:00 |
|
Roman Donchenko
|
ce42593fe6
|
Merge pull request #2368 from asmorkalov:ocv_gcc48_warning_fix
|
2014-02-19 12:03:06 +04:00 |
|
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
2014-02-18 23:53:35 +04:00 |
|
Roman Donchenko
|
af9368d35f
|
Merge pull request #2370 from ilya-lavrenov:cuda_nlm_typo
|
2014-02-18 17:00:54 +04:00 |
|
Roman Donchenko
|
c35dab9046
|
Merge pull request #2359 from SpecLad:moments-no-vectorize
|
2014-02-18 17:00:32 +04:00 |
|
Roman Donchenko
|
6f19ef8631
|
Merge pull request #2361 from alekcac:ios_camera_changes
|
2014-02-18 15:44:56 +04:00 |
|
Ilya Lavrenov
|
da9bdf9c15
|
fixes typo and unused variables
|
2014-02-18 14:16:54 +04:00 |
|
Alexander Shishkov
|
77df5948e7
|
removed trailing spaces
|
2014-02-18 13:56:26 +04:00 |
|
Roman Donchenko
|
e35d98e566
|
Worked around an apparent GCC bug in moments.
|
2014-02-18 13:51:27 +04:00 |
|
Roman Donchenko
|
b7659c62f3
|
Merge pull request #2366 from yashdv:mat_copyto_doc_bug
|
2014-02-18 13:47:46 +04:00 |
|