vbystricky
|
ee2df645f4
|
Canny uncommented, prefix of ipp function changed. Ipp version of Canny called only for images with one channels
|
2014-04-07 14:26:48 +04:00 |
|
vbystricky
|
a6b53489e6
|
Change sanity check for perfomance test of bilateral filter
|
2014-04-07 14:26:47 +04:00 |
|
vbystricky
|
aece433b15
|
Check ippStsNoErr as result of ipp function instead >=0
|
2014-04-07 14:26:47 +04:00 |
|
vbystricky
|
c65e5a1e7b
|
Fix error BGRA2RGBA color convertion by ipp. Uncomment ipp color converstion, which pass tests
|
2014-04-07 14:26:46 +04:00 |
|
vbystricky
|
b3db990daa
|
Remove unused code
|
2014-04-07 14:26:46 +04:00 |
|
vbystricky
|
07e84c635a
|
Remove unused code
|
2014-04-07 14:26:45 +04:00 |
|
vbystricky
|
06434bedfd
|
Change deprecated function ippicviMulC_32f_C1IR to ippicviMulC_32f_C1R. Check results of ipp function, if error was return run opencv branch of code
|
2014-04-07 14:26:45 +04:00 |
|
vbystricky
|
58de8bc917
|
Change deprecated functions to valid
|
2014-04-07 14:24:06 +04:00 |
|
vbystricky
|
01a66a2938
|
Prepare codes for ippicv library
|
2014-04-07 14:24:05 +04:00 |
|
Andrey Pavlenko
|
c2f859569c
|
Merge pull request #2563 from alalek:ipp_builds
|
2014-04-07 13:03:11 +04:00 |
|
Andrey Pavlenko
|
def4f5e2a3
|
Merge pull request #2499 from mlyashko:back_proj_fix1
|
2014-04-07 10:57:21 +04:00 |
|
Alexander Alekhin
|
bfc546d23c
|
enable IPP ICV support
|
2014-04-03 15:05:38 +04:00 |
|
Alexander Karsakov
|
2cf3a6e26c
|
Fixed error in case corners not found
|
2014-04-03 10:30:55 +04:00 |
|
Andrey Pavlenko
|
6ef94b52ad
|
Merge pull request #2536 from ilya-lavrenov:tapi_resize_linear
|
2014-04-01 12:54:07 +04:00 |
|
Ilya Lavrenov
|
31f864a22b
|
integer cv::resize (INTER_LINEAR && CV_8UC(cn))
|
2014-03-31 20:25:53 +04:00 |
|
mlyashko
|
5acd178790
|
copyright fix
|
2014-03-31 14:57:03 +04:00 |
|
Ilya Lavrenov
|
e1efed1914
|
added support of ksize >= 5 to cv::Laplacian
|
2014-03-31 13:17:58 +04:00 |
|
mlyashko
|
4c5de04efb
|
bug fix
|
2014-03-31 10:58:15 +04:00 |
|
mlyashko
|
4b71921526
|
both tests by picture and rand mat
|
2014-03-27 17:08:05 +04:00 |
|
Andrey Pavlenko
|
a2f8a93bf5
|
Merge pull request #2529 from ilya-lavrenov:tapi_filter2D
|
2014-03-26 19:04:57 +04:00 |
|
Andrey Pavlenko
|
6c12f20395
|
Merge pull request #2528 from mlyashko:back_proj_fix
|
2014-03-26 19:04:39 +04:00 |
|
Ilya Lavrenov
|
f7d6d3cff5
|
improved cv::filter2D
|
2014-03-26 14:19:59 +04:00 |
|
mlyashko
|
70fdfa0bdb
|
changed type of sanity check
|
2014-03-25 16:43:20 +04:00 |
|
Andrey Pavlenko
|
d63a8ba018
|
Merge pull request #2523 from ilya-lavrenov:tapi_filters
|
2014-03-25 16:23:02 +04:00 |
|
mlyashko
|
953aafbd3d
|
Merge branch 'master' of https://github.com/Itseez/opencv into back_proj_fix
|
2014-03-25 14:52:39 +04:00 |
|
mlyashko
|
f38fe76025
|
added perf test for CalcBackProj
|
2014-03-25 14:50:37 +04:00 |
|
Andrey Pavlenko
|
c6199fc3c1
|
Merge pull request #2526 from KonstantinMatskevich:ocl_morph_fix
|
2014-03-25 12:59:10 +04:00 |
|
Konstantin Matskevich
|
67926fa028
|
ocl morphology fix
|
2014-03-25 10:39:50 +04:00 |
|
Andrey Pavlenko
|
9e1124d24a
|
Merge pull request #2525 from ilya-lavrenov:tapi_sep
|
2014-03-24 22:43:34 +04:00 |
|
Ilya Lavrenov
|
061a25447e
|
eliminated restriction delta == 0 from cv::sepFilter2D
|
2014-03-24 17:39:07 +04:00 |
|
Ilya Lavrenov
|
e2c6ab0166
|
refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0
|
2014-03-24 14:42:51 +04:00 |
|
Ilya Lavrenov
|
b6833fdde7
|
added 3-channels support to cv::medianBlur
|
2014-03-24 14:32:31 +04:00 |
|
Ilya Lavrenov
|
a51ab99a79
|
added 3-channels support to cv::filter2D, cv::Laplacian
|
2014-03-24 14:32:31 +04:00 |
|
Ilya Lavrenov
|
e19c42dded
|
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
|
2014-03-24 14:31:42 +04:00 |
|
Ilya Lavrenov
|
8f5fd44fb2
|
added 3 channels support to cv::bilateralFilter
Conflicts:
modules/imgproc/test/ocl/test_filters.cpp
|
2014-03-24 14:31:41 +04:00 |
|
Ilya Lavrenov
|
6ba60a1e22
|
added 3-channels support to cv::Canny
|
2014-03-24 13:02:54 +04:00 |
|
Andrey Pavlenko
|
d8c018289a
|
Merge pull request #2491 from ilya-lavrenov:tapi_sep_filter
|
2014-03-24 10:37:15 +04:00 |
|
Andrey Pavlenko
|
8ac93f9b6b
|
Merge pull request #2508 from akarsakov:fix_erode_intel
|
2014-03-21 18:25:12 +04:00 |
|
Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
2014-03-21 16:02:47 +04:00 |
|
Alexander Karsakov
|
0bd4fd3a87
|
Workaround for Intel platform: replace min() with ternary operator
|
2014-03-21 09:33:00 +04:00 |
|
Andrey Pavlenko
|
bdfd29a0b8
|
Merge pull request #2496 from ilya-lavrenov:tapi_imgproc
|
2014-03-20 19:20:15 +04:00 |
|
Ilya Lavrenov
|
63d8a61b9b
|
enabled 3-channels support for cv::createSuperResolution_BTVL1
|
2014-03-20 13:31:20 +04:00 |
|
Ilya Lavrenov
|
291458a859
|
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support
|
2014-03-19 18:56:16 +04:00 |
|
Ilya Lavrenov
|
b449b0bf71
|
simplified cv::sepFilter2D OpenCL part
|
2014-03-19 15:59:00 +04:00 |
|
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
2014-03-19 13:56:31 +04:00 |
|
Ilya Lavrenov
|
d1cfcfcafd
|
added 3-channels support to morphology operations
|
2014-03-18 20:15:11 +04:00 |
|
Ilya Lavrenov
|
82e6edfba2
|
optimized sep filter
|
2014-03-18 00:16:38 +04:00 |
|
Andrey Pavlenko
|
2a1d5c6d43
|
Merge pull request #2428 from alalek:ocl_copyMakeBorder_3channels
|
2014-03-17 13:10:34 +04:00 |
|
Ilya Lavrenov
|
6f12f1b3b5
|
added 3 vs 4 channels performance tests
|
2014-03-14 17:30:14 +04:00 |
|
Andrey Pavlenko
|
4233539617
|
Merge pull request #2469 from alalek:ocl_pyrUp_pyrDown_3channels
|
2014-03-13 18:37:05 +04:00 |
|