Roman Donchenko
|
2d2312d742
|
Merge pull request #2077 from ilya-lavrenov:tapi_context
|
2013-12-27 20:23:57 +04:00 |
|
Ilya Lavrenov
|
f221f57c7c
|
this commit prevents segfaults in case of opencl disabled
|
2013-12-27 14:02:03 +04:00 |
|
Ilya Lavrenov
|
2eab07f0a4
|
disabled cv::dft opencl impl for CPU devices
|
2013-12-27 13:39:29 +04:00 |
|
Andrey Pavlenko
|
4644a864a5
|
Merge pull request #2065 from ilya-lavrenov:tapi_calcBackProject
|
2013-12-26 20:37:34 +04:00 |
|
Andrey Pavlenko
|
fd6a74496b
|
Merge pull request #2066 from ilya-lavrenov:tapi_ocl
|
2013-12-26 19:38:01 +04:00 |
|
Andrey Pavlenko
|
c8a52daafd
|
Merge pull request #2054 from alalek:ocl_tapi_dev_selection
|
2013-12-26 17:27:06 +04:00 |
|
Ilya Lavrenov
|
fc1f9ab236
|
removed unnecessary data copying
|
2013-12-26 17:13:26 +04:00 |
|
Ilya Lavrenov
|
d64bea00b2
|
ported cv::calcBackProject to T-API
|
2013-12-26 14:58:50 +04:00 |
|
Alexander Alekhin
|
217b2282b8
|
fixes
|
2013-12-26 03:06:58 +04:00 |
|
Andrey Pavlenko
|
65b020f0d3
|
Merge pull request #2046 from ilya-lavrenov:tapi_inrange
|
2013-12-26 00:14:23 +04:00 |
|
Andrey Pavlenko
|
6e8386f705
|
Merge pull request #1984 from ilya-lavrenov:tapi_perf
|
2013-12-26 00:13:28 +04:00 |
|
Andrey Pavlenko
|
512ddcc804
|
Merge pull request #2043 from ilya-lavrenov:tapi_hack
|
2013-12-25 19:00:26 +04:00 |
|
Ilya Lavrenov
|
4c23059209
|
added cv::inRange to T-API
|
2013-12-25 18:22:41 +04:00 |
|
Ilya Lavrenov
|
d7c22343aa
|
added perf tests for T-API core functions
|
2013-12-25 18:19:40 +04:00 |
|
Roman Donchenko
|
faddd5b97f
|
Merge pull request #2045 from SpecLad:merge-2.4
|
2013-12-25 16:18:00 +04:00 |
|
Alexander Alekhin
|
e49065b1dc
|
core/ocl: temporary move device selection from ocl module
|
2013-12-25 16:17:40 +04:00 |
|
Ilya Lavrenov
|
a70467d7a2
|
removed unnecessary assert
|
2013-12-23 21:51:25 +04:00 |
|
Andrey Pavlenko
|
0966e5ffa1
|
Merge pull request #2033 from ilya-lavrenov:tapi_normalize
|
2013-12-23 19:19:00 +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 |
|
Roman Donchenko
|
3c4b24d531
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
CMakeLists.txt
modules/highgui/src/cap.cpp
modules/nonfree/src/surf.ocl.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/color.cpp
modules/ocl/src/gftt.cpp
modules/ocl/src/imgproc.cpp
samples/ocl/facedetect.cpp
|
2013-12-23 18:50:17 +04:00 |
|
Ilya Lavrenov
|
febb200eee
|
fixed cv::multuply, cv::divide
|
2013-12-22 15:49:36 +04:00 |
|
Andrey Pavlenko
|
a49211a77e
|
Merge pull request #2032 from ilya-lavrenov:tapi_mulSpectrums
|
2013-12-20 21:38:14 +04:00 |
|
Ilya Lavrenov
|
c33a7cd7bf
|
added cv::mulSpectrums to T-API
|
2013-12-20 18:41:20 +04:00 |
|
Roman Donchenko
|
b0ec7dafd8
|
Merge pull request #1950 from GregoryMorse:patch-2
|
2013-12-20 17:54:02 +04:00 |
|
Roman Donchenko
|
b4bd5bab6d
|
Merge pull request #2021 from vpisarev:ocl_facedetect7
|
2013-12-20 12:30:49 +04:00 |
|
Andrey Pavlenko
|
cdffa05c27
|
Merge pull request #2019 from ilya-lavrenov:tapi_repeat
|
2013-12-19 19:28:58 +04:00 |
|
Andrey Pavlenko
|
dde1d6b636
|
Merge pull request #2018 from ilya-lavrenov:tapi_dft
|
2013-12-19 16:47:19 +04:00 |
|
Vadim Pisarevsky
|
f41f633d2d
|
fixed various warnings from the “doc” and other builders
|
2013-12-19 16:31:30 +04:00 |
|
Vadim Pisarevsky
|
a1784b7320
|
converted old haar cascades to the new format; added the conversion function; added OpenCL optimization into CascadeClassfier; optimized the data structures and CPU code for the stump case.
|
2013-12-19 14:48:42 +04:00 |
|
Ilya Lavrenov
|
b3af0e3154
|
added cv::repeat to T-API
|
2013-12-19 14:28:09 +04:00 |
|
Ilya Lavrenov
|
c8cbfe5382
|
added cv::dft T-API test
|
2013-12-19 13:42:16 +04:00 |
|
Andrey Pavlenko
|
59cab94fc7
|
Merge pull request #1997 from alalek:tapi_fix_memleaks
|
2013-12-18 13:53:17 +04:00 |
|
Andrey Pavlenko
|
388d0ef182
|
Merge pull request #2004 from ilya-lavrenov:tapi_umat_copyto
|
2013-12-18 13:46:14 +04:00 |
|
Ilya Lavrenov
|
3a6d248bee
|
typo
|
2013-12-17 17:41:28 +04:00 |
|
Andrey Pavlenko
|
bd91b39593
|
Merge pull request #1917 from alalek:ocl_d3d
|
2013-12-17 16:44:27 +04:00 |
|
Andrey Pavlenko
|
586a5cb6db
|
Merge pull request #1969 from KonstantinMatskevich:ocl_tapi_minmaxloc
|
2013-12-17 16:42:44 +04:00 |
|
Andrey Pavlenko
|
d3fa2bfe8c
|
Merge pull request #1998 from ilya-lavrenov:tapi_gemm
|
2013-12-17 16:41:59 +04:00 |
|
Ilya Lavrenov
|
ac030c16f1
|
fixed UMat::copyTo(UMat)
|
2013-12-17 15:23:39 +04:00 |
|
Vadim Pisarevsky
|
9d3e7e027a
|
almost finished opencl-ization of cascade classifier
|
2013-12-17 14:29:30 +04:00 |
|
Roman Donchenko
|
52a785e95a
|
Merge pull request #1996 from SpecLad:merge-2.4
|
2013-12-17 13:21:48 +04:00 |
|
Konstantin Matskevich
|
5cf4166801
|
some fixes
|
2013-12-17 12:43:21 +04:00 |
|
Konstantin Matskevich
|
904dac7670
|
minMaxLoc
|
2013-12-17 12:43:21 +04:00 |
|
Ilya Lavrenov
|
2f34bb9aa0
|
added cv::gemm to T-API
|
2013-12-16 19:12:27 +04:00 |
|
Roman Donchenko
|
f2befa01f4
|
Fixed build for the TLS-related stuff.
|
2013-12-16 18:45:41 +04:00 |
|
Alexander Alekhin
|
9cb31e86ae
|
umat: fix memory leaks
|
2013-12-16 16:46:36 +04:00 |
|
Roman Donchenko
|
9d8d70d6ca
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
doc/tutorials/definitions/tocDefinitions.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/system.cpp
modules/features2d/src/freak.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/cl_context.cpp
modules/ocl/test/test_api.cpp
|
2013-12-16 15:02:12 +04:00 |
|
Peter Andreas Entschev
|
f44de302a0
|
cv::completeSymm fixed to work with any OpenCV data type and multiple channels.
|
2013-12-15 20:56:55 -02:00 |
|
Ilya Lavrenov
|
558c4a2b1d
|
implemented UMat::convertTo
|
2013-12-15 14:15:30 +04:00 |
|
Andrey Pavlenko
|
c9ed05c3bd
|
Merge pull request #1981 from ilya-lavrenov:tapi_sqrt
|
2013-12-13 19:34:28 +04:00 |
|
Alexander Alekhin
|
11b9d5bf4d
|
core: added DirectX interop implementation (OpenCL) with samples
|
2013-12-13 19:02:41 +04:00 |
|