Roman Donchenko
|
70e22b682d
|
Merge pull request #2397 from vbystricky:intelperc
|
2014-03-07 18:19:00 +04:00 |
|
Vadim Pisarevsky
|
06c138bd64
|
make the correctness test pass
|
2014-03-07 18:18:10 +04:00 |
|
vbystricky
|
193e97a34a
|
Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual
|
2014-03-07 16:25:15 +04:00 |
|
kurodash
|
0eaeff0641
|
fix: use "cvAlloc" wrapper function for malloc.
|
2014-03-07 19:02:37 +09:00 |
|
Andrey Pavlenko
|
2879ff2098
|
Merge pull request #2437 from ilya-lavrenov:tapi_morph
|
2014-03-07 14:00:09 +04:00 |
|
Andrey Pavlenko
|
5dbe73f94d
|
Merge pull request #2438 from ilya-lavrenov:tapi_flip
|
2014-03-07 13:54:34 +04:00 |
|
Andrey Pavlenko
|
182d74d33f
|
Merge pull request #2441 from akarsakov:ocl_platform_vendor
|
2014-03-07 13:54:13 +04:00 |
|
Andrey Pavlenko
|
451be9ed53
|
Merge pull request #2444 from ilya-lavrenov:tapi_gftt
|
2014-03-07 13:53:43 +04:00 |
|
Andrey Pavlenko
|
3cb49eac49
|
Merge pull request #2451 from ilya-lavrenov:tapi_fast_covar_data
|
2014-03-07 13:52:47 +04:00 |
|
Andrey Pavlenko
|
8f3492851e
|
Merge pull request #2453 from ilya-lavrenov:tapi_sobel
|
2014-03-07 13:51:37 +04:00 |
|
Alexander Karsakov
|
8660588fe9
|
Pass vendor macro to opencl kernel
|
2014-03-07 12:57:29 +04:00 |
|
mlyashko
|
eb2e8a11fa
|
changed kernel.set to support unsuccssful set
|
2014-03-07 11:15:54 +04:00 |
|
sprice
|
75ed2f52f1
|
Merge branch 'master' of https://github.com/Itseez/opencv
Conflicts:
modules/features2d/include/opencv2/features2d.hpp
modules/features2d/src/freak.cpp
modules/features2d/src/stardetector.cpp
|
2014-03-06 15:39:06 -08:00 |
|
Ilya Lavrenov
|
0e2cc5ef63
|
fix bitwise ops and mask support
|
2014-03-06 23:39:05 +04:00 |
|
Andrey Pavlenko
|
d1d451c952
|
Merge pull request #2431 from ilya-lavrenov:tapi_perf
|
2014-03-06 22:17:44 +04:00 |
|
Andrey Pavlenko
|
229aa62300
|
Merge pull request #2445 from ilya-lavrenov:ocl_perf
|
2014-03-06 22:03:01 +04:00 |
|
Andrey Pavlenko
|
2f0fe5b87b
|
Merge pull request #2450 from ilya-lavrenov:tapi_test
|
2014-03-06 21:55:50 +04:00 |
|
Andrey Pavlenko
|
f21a94880e
|
Merge pull request #2452 from ilya-lavrenov:tapi_disable_surf
|
2014-03-06 21:51:25 +04:00 |
|
Vadim Pisarevsky
|
8e1918e86e
|
added OpenCL-accelerated(?) FAST; for now the tests fail :(
|
2014-03-06 18:04:04 +04:00 |
|
Ilya Lavrenov
|
dc76e6b4a1
|
added new dtypes to cv::Sobel
|
2014-03-06 17:57:13 +04:00 |
|
Roman Donchenko
|
f351540eda
|
Merge pull request #2443 from waveform80:issue-3554
|
2014-03-06 17:53:31 +04:00 |
|
Ilya Lavrenov
|
4a7289b22f
|
improved cv::preCornerDetect
|
2014-03-06 17:40:02 +04:00 |
|
Ilya Lavrenov
|
d9c5fbc9ba
|
disable SURF
|
2014-03-06 16:49:22 +04:00 |
|
Alexander Karsakov
|
806e9241a6
|
Clarifying comments
|
2014-03-06 16:44:46 +04:00 |
|
Ilya Lavrenov
|
1291bd1c4a
|
ported fast calculation of covar data
|
2014-03-06 15:40:27 +04:00 |
|
Ilya Lavrenov
|
f404315368
|
test for clEnqueueReadBufferRect
|
2014-03-06 12:11:46 +04:00 |
|
mlyashko
|
66ed6a8a50
|
macro for normal return from thriveless kernel.set
|
2014-03-06 11:43:01 +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 |
|
Ilya Lavrenov
|
86a3ed4162
|
improved performance of GFTT
|
2014-03-06 09:19:40 +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 |
|
Roman Donchenko
|
42f9ee3f3e
|
Merge pull request #2440 from codyrigney92:Master_LKOptFlow_NEON
|
2014-03-05 17:28:09 +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 |
|
Alexander Karsakov
|
c1dad2178c
|
Added Device:: isAMD,isIntel,isNvidia methods.
|
2014-03-05 14:43:11 +04:00 |
|
vbystricky
|
d4a1df85be
|
Change text of copyright
|
2014-03-05 13:06:36 +04:00 |
|
vbystricky
|
f9e942f9ef
|
Change text of license and copyright
|
2014-03-05 11:03:57 +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 |
|
Cody Rigney
|
a80ebfe28d
|
Master Version: Added NEON Optimizations for LK Optical Flow.
|
2014-03-04 14:47:12 -05:00 |
|
Andrey Pavlenko
|
0a3aca230c
|
Merge pull request #2436 from ilya-lavrenov:tapi_dft_fix
|
2014-03-04 19:21:15 +04:00 |
|
Andrey Pavlenko
|
ba4513503e
|
Merge pull request #2429 from ilya-lavrenov:master_compatible_tests
|
2014-03-04 19:18:13 +04:00 |
|
Andrey Pavlenko
|
c9d8025fab
|
Merge pull request #2391 from ilya-lavrenov:tapi_match_template
|
2014-03-04 18:50:14 +04:00 |
|
Andrey Pavlenko
|
c00f0faf24
|
Merge pull request #2408 from ilya-lavrenov:tapi_core_opt
|
2014-03-04 18:37:26 +04:00 |
|
Roman Donchenko
|
5527f2872d
|
Merge pull request #2409 from juanmanpr:master
|
2014-03-04 15:32: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 |
|