Elena Gvozdeva
|
8124d10526
|
fixed Erode and Dilate in case of kernel = Mat()
|
2014-08-12 12:19:13 +04:00 |
|
Alexander Alekhin
|
b7d1a70919
|
Merge pull request #3063 from akarsakov:ocl_warps_check
|
2014-08-11 13:20:11 +00:00 |
|
Vadim Pisarevsky
|
8368d54d36
|
Merge pull request #3061 from ElenaGvozdeva:ocl_resize
|
2014-08-11 06:41:48 +00:00 |
|
Vadim Pisarevsky
|
62f90219fc
|
Merge pull request #3064 from ElenaGvozdeva:ocl_GaussianBlur
|
2014-08-08 17:16:38 +00:00 |
|
Elena Gvozdeva
|
7cba3ac4f8
|
small fix for GaussianBlur ocl test
|
2014-08-08 17:47:57 +04:00 |
|
Alexander Karsakov
|
7849c35de1
|
Changed check condition in tests for warpAffine and warpPerspective
|
2014-08-08 17:14:38 +04:00 |
|
Elena Gvozdeva
|
b7899c3d5c
|
small fix for ocl_resize
|
2014-08-08 16:12:10 +04:00 |
|
Elena Gvozdeva
|
b5f251c815
|
fixed test ocl_MatchTemplate for sparse matrix
|
2014-08-08 13:37:18 +04:00 |
|
Elena Gvozdeva
|
7dd7dd97cd
|
fixed nDiffs for CalcBackProject
|
2014-08-07 15:36:00 +04:00 |
|
Elena Gvozdeva
|
c9b5d8cf4c
|
fixed tests for ocl_filter2d, ocl_matchTemplate, ocl_histogram.cpp
|
2014-08-07 15:36:00 +04:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Elena Gvozdeva
|
7999fbf765
|
fixed ocl_integral
|
2014-08-05 12:01:28 +04:00 |
|
Elena Gvozdeva
|
f32b52ea8d
|
fixed test for CvtColor RGB -> Luv
|
2014-08-05 11:54:26 +04:00 |
|
Elena Gvozdeva
|
8c2c3b54d9
|
fixed ocl tests for BlendLinear, BoxFilter, Integral
|
2014-08-05 11:41:08 +04:00 |
|
Vladislav Vinogradov
|
a3da3a01e1
|
fix test_opencv_imgproc compilation
|
2014-08-04 12:13:33 +04:00 |
|
vbystricky
|
878dec65c8
|
Optimize OpenCL version of morfology and box filters for small filter kernels
|
2014-07-30 10:32:52 +04:00 |
|
Alexander Alekhin
|
910d8f8e0b
|
Merge pull request #2888 from ilya-lavrenov:tapi_remap
|
2014-07-11 09:59:27 +00:00 |
|
Alexander Alekhin
|
1493160f26
|
Merge pull request #2899 from ilya-lavrenov:tapi_ex
|
2014-06-30 10:05:24 +00:00 |
|
Ilya Lavrenov
|
36db85a94d
|
optimized some operations
|
2014-06-27 12:52:29 +04:00 |
|
Ilya Lavrenov
|
87f4b47a4f
|
optimized INTER_LINEAR mode
|
2014-06-23 16:25:05 +04:00 |
|
Ilya Lavrenov
|
007593cab7
|
cvtColor - optimized index calculations; usage of build-in functions
|
2014-06-23 02:10:42 +04:00 |
|
Alexander Alekhin
|
04628d770c
|
Merge pull request #2849 from ElenaGvozdeva:ocl_matchTemplate_3cn
|
2014-06-17 14:37:52 +04:00 |
|
Elena Gvozdeva
|
feeb386bf3
|
Added support for 3-channels
|
2014-06-11 11:49:22 +04:00 |
|
Alexander Alekhin
|
e430ab1a58
|
Merge pull request #2785 from akarsakov:ocl_pyrDown_borders
|
2014-06-06 18:53:14 +04:00 |
|
Alexander Karsakov
|
5022a0fae3
|
Added new border types for pyrDown
|
2014-05-26 13:57:03 +04:00 |
|
Aaron Kunze
|
ab1a37d564
|
Bug fixes for filter2D and associated tests.
|
2014-05-20 22:30:09 -07:00 |
|
Ilya Lavrenov
|
e2558e5ee5
|
increased eps to pass tests
|
2014-05-12 11:54:15 +04:00 |
|
Alexander Alekhin
|
a82dd8ce48
|
Merge pull request #2700 from ilya-lavrenov:tapi_cvtColor
|
2014-05-08 17:01:38 +04:00 |
|
Ilya Lavrenov
|
3ccaa5294e
|
added OpenCL RGB <-> Luv conversions
|
2014-05-07 18:09:57 +04:00 |
|
Alexander Alekhin
|
d54aa307fd
|
Merge pull request #2676 from ilya-lavrenov:ipp_gaussianblur
|
2014-05-07 16:49:59 +04:00 |
|
Alexander Alekhin
|
03b1d133df
|
Merge pull request #2660 from arkunze:pullreq/140423-filter2D
|
2014-05-06 12:59:03 +04:00 |
|
Ilya Lavrenov
|
55bbca2d09
|
added more types to cv::GaussianBlur
|
2014-04-28 13:50:28 +04:00 |
|
Alexander Karsakov
|
b046210296
|
Changed epsilon for hog test, because hog detector is sensible to resize accuracy.
|
2014-04-28 11:37:46 +04:00 |
|
Aaron Kunze
|
1f8b41f390
|
Optimizes filter2D for Intel GPUs
|
2014-04-23 10:20:09 -07:00 |
|
Andrey Pavlenko
|
7c3d5b056a
|
Merge pull request #2612 from grkutty:pullreq/140319-bilateral-b
|
2014-04-22 09:32:39 +04:00 |
|
Ilya Lavrenov
|
87eb1b8fcc
|
fixes in imgproc
|
2014-04-17 14:51:59 +04:00 |
|
Andrey Pavlenko
|
80ef1f6753
|
Merge pull request #2621 from arkunze:pullreq/140319-resize-b
|
2014-04-15 19:56:56 +04:00 |
|
Vadim Pisarevsky
|
20aaa8fe77
|
Merge pull request #2560 from akarsakov:gaussianblur_integer
|
2014-04-15 13:21:25 +04:00 |
|
Aaron Kunze
|
ebbac3c66d
|
Optimizes OpenCL resize and optical flow to use image extension.
|
2014-04-14 16:09:17 -07:00 |
|
Andrey Pavlenko
|
8176e893c0
|
Merge pull request #2609 from alalek:tests_fixes
|
2014-04-14 18:54:01 +04:00 |
|
Ilya Lavrenov
|
2a051a124f
|
cvtColor
|
2014-04-14 14:29:36 +04:00 |
|
unknown
|
06df383675
|
Indent fixes
|
2014-04-11 19:14:01 -07:00 |
|
Alexander Alekhin
|
3a1a3da782
|
fix tests
|
2014-04-11 16:11:05 +04:00 |
|
unknown
|
e032b5f5d5
|
Resolving conflicts after rebasing from public
|
2014-04-10 12:28:37 -07:00 |
|
Aaron Kunze
|
b59c517f98
|
Optimizations to OpenCL bilateral filter.
|
2014-04-10 12:15:13 -07:00 |
|
Ilya Lavrenov
|
e090aa07db
|
disabled some IPP funcs
|
2014-04-08 22:30:18 +04:00 |
|
Andrey Pavlenko
|
def4f5e2a3
|
Merge pull request #2499 from mlyashko:back_proj_fix1
|
2014-04-07 10:57:21 +04:00 |
|
Alexander Karsakov
|
a3825acee4
|
Small refactoring
|
2014-04-02 16:38:32 +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 |
|