Vadim Pisarevsky
|
9be727b1ea
|
another attempt to fix Core_UMat.getUMat test
|
2013-12-01 23:14:45 +04:00 |
|
Vadim Pisarevsky
|
f263fe145a
|
trying to guess and fix strange failure in core test
|
2013-12-01 22:14:15 +04:00 |
|
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
2013-12-01 20:58:30 +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 |
|
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
2013-11-29 17:57:37 +04:00 |
|
Ilya Lavrenov
|
41d046a2db
|
restored ocl_cvtcolor.cl
|
2013-11-27 23:46:30 +04:00 |
|
Ilya Lavrenov
|
0b900b54e5
|
RGB[A] <-> HSV
|
2013-11-27 23:30:29 +04:00 |
|
Andrey Pavlenko
|
96a228fd7e
|
Merge pull request #1866 from ilya-lavrenov:ocl_fix2
|
2013-11-26 23:27:49 +04:00 |
|
Konstantin Matskevich
|
145855767c
|
bugfix in deallocate
|
2013-11-25 17:16:22 +04:00 |
|
Ilya Lavrenov
|
9d23a0cb81
|
fixed ocl_arithm_op; fix for 3-channel images is needed
|
2013-11-25 14:21:12 +04:00 |
|
Ilya Lavrenov
|
1af95ea12c
|
fixed error in setting kernel arguments
|
2013-11-22 18:56:03 +04:00 |
|
Ilya Lavrenov
|
650f92f9cc
|
eliminated warning C4267
|
2013-11-21 18:27:07 +04:00 |
|
Vadim Pisarevsky
|
ae8b2cbd68
|
fixed bug with cl_long size on Win32 (thanks to Aaron Kunze)
|
2013-11-19 20:51:31 -05:00 |
|
Vadim Pisarevsky
|
677c7f27cb
|
fixed failure in Tonemap test
|
2013-11-19 19:20:24 -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
|
485d36d3c0
|
changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete.
|
2013-10-25 16:46:03 +04:00 |
|
Vadim Pisarevsky
|
6416c33020
|
fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( )
|
2013-10-25 11:19:40 +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 |
|