Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Alexander Alekhin
|
f30301d171
|
Merge pull request #2801 from ilya-lavrenov:tapi_reduction
|
2014-06-06 18:38:22 +04:00 |
|
Alexander Alekhin
|
6d3413bc6a
|
Merge pull request #2810 from ilya-lavrenov:tapi_copytomask
|
2014-06-04 12:23:36 +04:00 |
|
Alexander Alekhin
|
607cd37b48
|
Merge pull request #2750 from ilya-lavrenov:tapi_convertto
|
2014-06-03 16:36:48 +04:00 |
|
Ilya Lavrenov
|
67bb1c6a70
|
optimized UMat::setTo
|
2014-06-02 15:39:36 +04:00 |
|
Ilya Lavrenov
|
7f818e9bc3
|
optimized UMat::copyTo with mask
|
2014-05-30 18:27:55 +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
|
7804d57f8b
|
optimized index calculation
|
2014-05-28 18:01:03 +04:00 |
|
Ilya Lavrenov
|
5ee398bfd6
|
multiple rows per work-item
|
2014-05-26 12:19:05 +03:00 |
|
DeanF
|
48df67a9c5
|
Fixed trailing whitespace
|
2014-04-01 22:04:58 +03:00 |
|
DeanF
|
bdc91c66c9
|
Fixed problem with compilation without HAVE_OPENCL
When compiling without OpenCL, some classes from its namespace are still used in code.
|
2014-04-01 21:20:13 +03:00 |
|
Konstantin Matskevich
|
eebf92ba58
|
fix for incorrect opencl device selection
|
2014-03-18 15:47:35 +04:00 |
|
Ilya Lavrenov
|
2755ae5df9
|
experiments
|
2014-03-11 23:03:55 +04:00 |
|
Ilya Lavrenov
|
fe38aab84a
|
core tapi optimization
|
2014-02-25 14:14:42 +04:00 |
|
Alexander Alekhin
|
9b3c76a3db
|
TAPI: coverity bug fix
|
2014-02-21 14:04:01 +04:00 |
|
Andrey Pavlenko
|
aeeb9f9e25
|
Merge pull request #2334 from alalek:umat_usage_flags_2
|
2014-02-17 17:34:19 +04:00 |
|
Alexander Alekhin
|
95e38e457f
|
core/umat: usage flags (with proposals from PR #2195)
|
2014-02-14 15:40:16 +04:00 |
|
Vadim Pisarevsky
|
290fbc0121
|
3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective
|
2014-02-12 19:29:18 +04:00 |
|
Ilya Lavrenov
|
e190d3fd36
|
added perf test
|
2014-02-05 20:24:30 +04:00 |
|
Ilya Lavrenov
|
563dc5aa38
|
implemented umat expressions
|
2014-02-05 19:23:42 +04:00 |
|
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
2014-02-04 16:48:35 +04:00 |
|
Ilya Lavrenov
|
19f799ba1e
|
fix2 for OpenCL on/off
|
2014-02-02 15:35:13 +04:00 |
|
Ilya Lavrenov
|
93a818684c
|
ported cv::Canny to T-API
|
2014-01-17 11:13:28 +04:00 |
|
Ilya Lavrenov
|
e3d23918fa
|
added cv::normalize to T-API; implemented missed UMat::copyTo with mask
|
2013-12-23 19:17:35 +04:00 |
|
Andrey Pavlenko
|
59cab94fc7
|
Merge pull request #1997 from alalek:tapi_fix_memleaks
|
2013-12-18 13:53:17 +04:00 |
|
Ilya Lavrenov
|
ac030c16f1
|
fixed UMat::copyTo(UMat)
|
2013-12-17 15:23:39 +04:00 |
|
Alexander Alekhin
|
9cb31e86ae
|
umat: fix memory leaks
|
2013-12-16 16:46:36 +04:00 |
|
Ilya Lavrenov
|
558c4a2b1d
|
implemented UMat::convertTo
|
2013-12-15 14:15:30 +04:00 |
|
Ilya Lavrenov
|
e30875bcef
|
fixed UMat sync problems
|
2013-12-13 18:38:12 +04:00 |
|
Ilya Lavrenov
|
474fc887a6
|
added cv::copyMakeBorder to T-API
|
2013-12-04 13:41:35 +04:00 |
|
Ilya Lavrenov
|
803672feea
|
added cv::remap to T-API
|
2013-12-04 00:43:43 +04:00 |
|
Vadim Pisarevsky
|
cd97d789b6
|
dummy commit to rerun pre-commit tests
|
2013-12-02 22:15:07 +04:00 |
|
Vadim Pisarevsky
|
161c3b71e6
|
hopefully, now opencv_test_imgproc should pass
|
2013-12-02 18:27:08 +04:00 |
|
Vadim Pisarevsky
|
5fea17ff0d
|
still trying to fix failure in opencv_test_imgproc
|
2013-12-02 13:46:54 +04:00 |
|
Vadim Pisarevsky
|
6da5d21331
|
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
|
2013-12-01 03:12:19 +04:00 |
|
Vadim Pisarevsky
|
677c7f27cb
|
fixed failure in Tonemap test
|
2013-11-19 19:20:24 -05:00 |
|
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
2013-11-18 13:48:04 -05:00 |
|
Vadim Pisarevsky
|
d914f20a4c
|
updated patch to bring in the first functions with "transparent API"
|
2013-11-18 11:48:00 -05:00 |
|
Vadim Pisarevsky
|
caa33b2242
|
added first very simple test for UMat<=>Mat conversion
|
2013-10-24 22:33:41 +04:00 |
|
Vadim Pisarevsky
|
303df78cca
|
removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now
|
2013-10-24 16:08:15 +04:00 |
|
Vadim Pisarevsky
|
de521fc9fa
|
fixed some more compile bugs (including Python bindings)
|
2013-10-22 23:34:16 +04:00 |
|
Vadim Pisarevsky
|
d3076c5014
|
hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors
|
2013-10-22 17:41:28 +04:00 |
|
Vadim Pisarevsky
|
278fb617d2
|
the first draft of transparent API and new UMat class.
|
2013-10-22 14:04:49 +04:00 |
|