Alexander Alekhin
|
776728ef2a
|
KAZE: disable tests (too many crashes)
|
2014-05-29 23:12:48 +04:00 |
|
Ilya Lavrenov
|
d156f5af6d
|
added missed tests for cv::norm, cv::normalize
|
2014-05-29 16:00:38 +04:00 |
|
Roman Donchenko
|
67e9708621
|
Merge pull request #2773 from abidrahmank:pycascade
|
2014-05-29 14:51:45 +04:00 |
|
Roman Donchenko
|
9a5e9d3442
|
Merge pull request #2771 from SpecLad:pvs-checks-opencv
|
2014-05-29 14:50:42 +04:00 |
|
Roman Donchenko
|
a8608bd0ac
|
Merge pull request #2777 from alexstadnik:master
|
2014-05-29 14:43:30 +04:00 |
|
Roman Donchenko
|
f57f39276a
|
Merge pull request #2782 from HapeMask:py3_flann
|
2014-05-29 14:40:38 +04:00 |
|
mlyashko
|
f0e3940558
|
perftest for floodfill
|
2014-05-29 13:36:13 +04:00 |
|
Ilya Lavrenov
|
c52a77b90f
|
optimized cv::UMat::dot
|
2014-05-29 13:16:16 +04:00 |
|
Ilya Lavrenov
|
579499d900
|
optimized cv::sum (CV_8UC1)
|
2014-05-28 19:46:08 +04:00 |
|
Ilya Lavrenov
|
002a79bfc4
|
optimized cv::countNonZero
|
2014-05-28 18:42:42 +04:00 |
|
Ilya Lavrenov
|
7804d57f8b
|
optimized index calculation
|
2014-05-28 18:01:03 +04:00 |
|
Ilya Lavrenov
|
33173d900a
|
optimized cv::meanStdDev
|
2014-05-28 17:55:30 +04:00 |
|
Elena Gvozdeva
|
437927b7bb
|
optimized index access
|
2014-05-28 16:27:08 +04:00 |
|
Alexander Alekhin
|
5a268dd27c
|
Merge pull request #2797 from ElenaGvozdeva:ocl_MT
|
2014-05-28 13:39:48 +04:00 |
|
mletavin
|
68883775fb
|
Adding explicit variable conversion in ocl_medianFilter() to suppress build errors on Linux & Mac
|
2014-05-28 13:30:50 +04:00 |
|
Alexander Alekhin
|
0ea572d772
|
Merge pull request #2796 from berak:b_3674_24
|
2014-05-28 13:28:30 +04:00 |
|
berak
|
2bacd8b702
|
2 fixed unassigned reshapes in em (#3674)
|
2014-05-28 10:37:16 +02:00 |
|
krodyush
|
153ac43d3b
|
opencl opticaflow fix that enables buffer2image extension
|
2014-05-28 10:34:11 +04:00 |
|
Daniel Angelov
|
3ab3367310
|
Updating missed defines in documentation
Updating missed defines in documentation. The new defines (in imgproc.hpp) state they have a prefix of COLOR instead of CV.
|
2014-05-27 18:09:12 +01:00 |
|
Alexander Alekhin
|
c9db91ace5
|
Merge pull request #2788 from alalek:icv_public
|
2014-05-27 18:52:02 +04:00 |
|
mletavin
|
df9c75b270
|
Moved new kernels under conditional compilation to disable their build for 3-channel images; added condition to use new kernels only for images that are big enough
|
2014-05-27 16:16:00 +04:00 |
|
Elena Gvozdeva
|
40eea303ec
|
OCL: matchTemplate: changed perf test
|
2014-05-27 14:31:11 +04:00 |
|
Roman Donchenko
|
aa170cfb5b
|
Merge pull request #2793 from alalek:run_android_env
|
2014-05-27 13:35:11 +04:00 |
|
Roman Donchenko
|
68165b1af0
|
Merge pull request #2792 from SpecLad:merge-2.4
|
2014-05-27 12:44:23 +04:00 |
|
vbystricky
|
b4498d1d48
|
Fix some errors
|
2014-05-26 16:55:31 +04:00 |
|
vbystricky
|
63584bffda
|
fix code in the kernel
|
2014-05-26 16:54:26 +04:00 |
|
vbystricky
|
04433b2d2b
|
Change buffer cols count from 64 to 32
|
2014-05-26 16:54:25 +04:00 |
|
vbystricky
|
169351b01d
|
Optimize openCL version of reduce function
|
2014-05-26 16:54:25 +04:00 |
|
vbystricky
|
cfabf32492
|
Fix some errors
|
2014-05-26 16:53:01 +04:00 |
|
vbystricky
|
48d82fd911
|
Fix some errors
|
2014-05-26 16:53:01 +04:00 |
|
vbystricky
|
a8bfab3cb7
|
Optimize OpenCL LUT function
|
2014-05-26 16:53:00 +04:00 |
|
vbystricky
|
6667cea0f4
|
Optimize OpenCL LUT function
|
2014-05-26 16:53:00 +04:00 |
|
vbystricky
|
72727111c7
|
Use 4 pixels for one unit. Some ocl code refactoring
|
2014-05-26 16:52:59 +04:00 |
|
vbystricky
|
47b092e527
|
Optimize OpenCL LUT function
|
2014-05-26 16:52:59 +04:00 |
|
mletavin
|
4a37ac303a
|
Added new Intel-optimized 3x3 and 5x5 kernels to medianFilter.cl file and corresponding code to host in smooth.cpp
Only Intel platform and 1 channel images are supported.
|
2014-05-26 15:54:18 +04:00 |
|
Alexander Alekhin
|
e6f6905868
|
run.py: propagate OPENCV* env variables only with --android_propagate_opencv_env flag
|
2014-05-26 14:32:52 +04:00 |
|
Ilya Lavrenov
|
50fa809a96
|
fixed cv::mixChannels
|
2014-05-26 14:20:16 +04:00 |
|
Alexander Karsakov
|
5022a0fae3
|
Added new border types for pyrDown
|
2014-05-26 13:57:03 +04:00 |
|
Alexander Alekhin
|
766600529b
|
run.py: added --android_env parameter
|
2014-05-26 13:27:31 +04:00 |
|
Ilya Lavrenov
|
ec3c68c8ea
|
fix
|
2014-05-26 12:19:07 +03:00 |
|
Ilya Lavrenov
|
bd5e4c6c49
|
other kernels now use row scheme
|
2014-05-26 12:19:06 +03:00 |
|
Ilya Lavrenov
|
15738bf7ef
|
multiple rows in KF kernel
|
2014-05-26 12:19:06 +03:00 |
|
Ilya Lavrenov
|
5ee398bfd6
|
multiple rows per work-item
|
2014-05-26 12:19:05 +03:00 |
|
Roman Donchenko
|
0a2d22bf31
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-05-26 12:32:14 +04:00 |
|
Alexander Alekhin
|
ab2749d648
|
Merge pull request #2709 from alalek:icv_update_binary_pack
|
2014-05-23 15:09:43 +04:00 |
|
Alexander Alekhin
|
52ba76143c
|
icv: fix test eps on Mac for failed perf test
|
2014-05-23 14:54:09 +04:00 |
|
Ilya Lavrenov
|
c83455d8a4
|
optimized cv::repeat
|
2014-05-23 13:16:27 +03:00 |
|
Alexander Alekhin
|
0f7fbe4458
|
icv: enable public IPPICV packages
|
2014-05-23 13:43:31 +04:00 |
|
Alexander Alekhin
|
c43e32854a
|
Merge pull request #2713 from alalek:icv_enable_fns
|
2014-05-23 13:35:45 +04:00 |
|
Roman Donchenko
|
09f9b35bc6
|
Merge pull request #2742 from StevenPuttemans:feature_3176
|
2014-05-22 18:03:56 +04:00 |
|