Alexander Alekhin
|
e7475bff68
|
TAPI: remap 3-channel
|
11 years ago |
Alexander Alekhin
|
e4608229f0
|
ocl: copyMakeBorder 3-channel
|
11 years ago |
Ziyang LI
|
786e3b9eee
|
Moved x = 0 into the parenthesis
Easier to understand
|
11 years ago |
Ian Taylor
|
45969bb3ae
|
fix variable name typo in calcBlurriness
|
11 years ago |
Ilya Lavrenov
|
208831eb5d
|
optimized cv::calcHist
|
11 years ago |
Vadim Pisarevsky
|
efdfca7a11
|
do not use the large "score" buffer; now without non-max suppression OpenCL FAST is pretty efficient
|
11 years ago |
Roman Donchenko
|
70e22b682d
|
Merge pull request #2397 from vbystricky:intelperc
|
11 years ago |
Vadim Pisarevsky
|
06c138bd64
|
make the correctness test pass
|
11 years ago |
vbystricky
|
193e97a34a
|
Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual
|
11 years ago |
kurodash
|
0eaeff0641
|
fix: use "cvAlloc" wrapper function for malloc.
|
11 years ago |
Andrey Pavlenko
|
2879ff2098
|
Merge pull request #2437 from ilya-lavrenov:tapi_morph
|
11 years ago |
Andrey Pavlenko
|
5dbe73f94d
|
Merge pull request #2438 from ilya-lavrenov:tapi_flip
|
11 years ago |
Andrey Pavlenko
|
182d74d33f
|
Merge pull request #2441 from akarsakov:ocl_platform_vendor
|
11 years ago |
Andrey Pavlenko
|
451be9ed53
|
Merge pull request #2444 from ilya-lavrenov:tapi_gftt
|
11 years ago |
Andrey Pavlenko
|
3cb49eac49
|
Merge pull request #2451 from ilya-lavrenov:tapi_fast_covar_data
|
11 years ago |
Andrey Pavlenko
|
8f3492851e
|
Merge pull request #2453 from ilya-lavrenov:tapi_sobel
|
11 years ago |
Alexander Karsakov
|
8660588fe9
|
Pass vendor macro to opencl kernel
|
11 years ago |
mlyashko
|
eb2e8a11fa
|
changed kernel.set to support unsuccssful set
|
11 years ago |
Ilya Lavrenov
|
0e2cc5ef63
|
fix bitwise ops and mask support
|
11 years ago |
Andrey Pavlenko
|
d1d451c952
|
Merge pull request #2431 from ilya-lavrenov:tapi_perf
|
11 years ago |
Andrey Pavlenko
|
229aa62300
|
Merge pull request #2445 from ilya-lavrenov:ocl_perf
|
11 years ago |
Andrey Pavlenko
|
2f0fe5b87b
|
Merge pull request #2450 from ilya-lavrenov:tapi_test
|
11 years ago |
Andrey Pavlenko
|
f21a94880e
|
Merge pull request #2452 from ilya-lavrenov:tapi_disable_surf
|
11 years ago |
Vadim Pisarevsky
|
8e1918e86e
|
added OpenCL-accelerated(?) FAST; for now the tests fail :(
|
11 years ago |
Ilya Lavrenov
|
dc76e6b4a1
|
added new dtypes to cv::Sobel
|
11 years ago |
Roman Donchenko
|
f351540eda
|
Merge pull request #2443 from waveform80:issue-3554
|
11 years ago |
Ilya Lavrenov
|
4a7289b22f
|
improved cv::preCornerDetect
|
11 years ago |
Ilya Lavrenov
|
d9c5fbc9ba
|
disable SURF
|
11 years ago |
Alexander Karsakov
|
806e9241a6
|
Clarifying comments
|
11 years ago |
Ilya Lavrenov
|
1291bd1c4a
|
ported fast calculation of covar data
|
11 years ago |
Ilya Lavrenov
|
f404315368
|
test for clEnqueueReadBufferRect
|
11 years ago |
mlyashko
|
66ed6a8a50
|
macro for normal return from thriveless kernel.set
|
11 years ago |
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.
|
11 years ago |
Ilya Lavrenov
|
f7a474180b
|
tuned some tests
|
11 years ago |
Ilya Lavrenov
|
86a3ed4162
|
improved performance of GFTT
|
11 years ago |
Anatoly Baksheev
|
fde0185a77
|
iteractor work
|
11 years ago |
Vadim Pisarevsky
|
22f42a639f
|
fixed doc builder warnings; make sure the tests give reasonable results when OpenCL is not available
|
11 years ago |
Alexander Karsakov
|
4aa891e773
|
Remove clReleaseDevice call (workaround for pure virtual call on Windows)
|
11 years ago |
Roman Donchenko
|
42f9ee3f3e
|
Merge pull request #2440 from codyrigney92:Master_LKOptFlow_NEON
|
11 years ago |
Vadim Pisarevsky
|
60ce2b2e9f
|
modified SURF's performance test to test OpenCL version as well
|
11 years ago |
Vadim Pisarevsky
|
da70b04262
|
made SURF_OCL default constructor parameters the same as SURF
|
11 years ago |
Vadim Pisarevsky
|
3c1917771b
|
modified OpenCL SURF API and the tests in 2.4.x to prove that it gives different from CPU results
|
11 years ago |
Alexander Karsakov
|
c1dad2178c
|
Added Device:: isAMD,isIntel,isNvidia methods.
|
11 years ago |
vbystricky
|
d4a1df85be
|
Change text of copyright
|
11 years ago |
vbystricky
|
f9e942f9ef
|
Change text of license and copyright
|
11 years ago |
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.
|
11 years ago |
Cody Rigney
|
a80ebfe28d
|
Master Version: Added NEON Optimizations for LK Optical Flow.
|
11 years ago |
Andrey Pavlenko
|
0a3aca230c
|
Merge pull request #2436 from ilya-lavrenov:tapi_dft_fix
|
11 years ago |
Andrey Pavlenko
|
ba4513503e
|
Merge pull request #2429 from ilya-lavrenov:master_compatible_tests
|
11 years ago |
Andrey Pavlenko
|
c9d8025fab
|
Merge pull request #2391 from ilya-lavrenov:tapi_match_template
|
11 years ago |