Andrey Pavlenko
|
cdffa05c27
|
Merge pull request #2019 from ilya-lavrenov:tapi_repeat
|
2013-12-19 19:28:58 +04:00 |
|
Alexander Smorkalov
|
069f3d8d9a
|
Build fixes for GPU module.
|
2013-12-19 19:12:18 +04:00 |
|
Alexander Smorkalov
|
2509fa8080
|
Warious fixes for case where HAVE_CUDA==OFF.
|
2013-12-19 18:02:59 +04:00 |
|
Alexander Smorkalov
|
5a5c82bb1d
|
Additional ENABLE_DYNAMIC_CUDA option implemented in cmake. Warning fixes and refactoring.
|
2013-12-19 17:41:04 +04:00 |
|
Andrey Pavlenko
|
dde1d6b636
|
Merge pull request #2018 from ilya-lavrenov:tapi_dft
|
2013-12-19 16:47:19 +04:00 |
|
Alexander Smorkalov
|
037ffcdf99
|
Dynamic CUDA support library reimplemented as OpenCV module.
|
2013-12-19 16:42:11 +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 |
|
Alexander Smorkalov
|
64c94cb22c
|
CUDA related func tables refactored to remove unneeded dependencies.
|
2013-12-19 11:18:04 +04:00 |
|
Alexander Smorkalov
|
6da7c50fb5
|
Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime.
|
2013-12-19 10:27:38 +04:00 |
|
Alexander Smorkalov
|
442082eb0f
|
Fixes for Android support.
|
2013-12-19 09:38:46 +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 |
|
Alexander Smorkalov
|
be530bd085
|
DeviceInfo class method that were implemented in header moved to cpp file.
|
2013-12-18 12:02:15 +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 |
|
Alexander Smorkalov
|
88a883e68e
|
Build fix.
|
2013-12-17 10:24:00 +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 |
|
Alexander Smorkalov
|
8660e048bc
|
Dynamic CUDA support library loading implemented for Linux.
Logical mistake in macro fixed;
DeviceInfo deligate reimplemented;
Build and warning fixes.
|
2013-12-16 14:46:44 +04:00 |
|
Alexander Smorkalov
|
d4087f19a2
|
All CUDA related stuff were moved to separate dynamic library.
|
2013-12-16 14:46:44 +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 |
|
Ilya Lavrenov
|
e30875bcef
|
fixed UMat sync problems
|
2013-12-13 18:38:12 +04:00 |
|
Ilya Lavrenov
|
1d6715e58a
|
added cv::sqrt to T-API (using built-in sqrt OpenCL function)
|
2013-12-12 18:12:30 +04:00 |
|
Andrey Pavlenko
|
b0a9220de8
|
Merge pull request #1889 from alalek:ocl_core_dynamic_runtime
|
2013-12-12 17:27:34 +04:00 |
|
Ilya Lavrenov
|
b20714a8a8
|
fixed kernel compilation of cv::min, cv::max for CV_64F
|
2013-12-12 02:42:24 +04:00 |
|
Andrey Pavlenko
|
f3e2bfea79
|
Merge pull request #1970 from ilya-lavrenov:tapi_checks
|
2013-12-11 21:37:10 +04:00 |
|
Alexander Alekhin
|
a118577a57
|
core: added TLS support
|
2013-12-11 18:50:11 +04:00 |
|
Alexander Alekhin
|
3bbf51fbfb
|
ocl: disabled test for Split (there are problems with OutputArray and getMatRef)
|
2013-12-11 16:46:08 +04:00 |
|
Alexander Alekhin
|
d0114b24e0
|
core/ocl: replace dynamic runtime
|
2013-12-11 15:56:54 +04:00 |
|
Alexander Alekhin
|
9f388a2be7
|
core/ocl: autogenerated files for dynamic runtime
|
2013-12-11 15:56:54 +04:00 |
|
Alexander Alekhin
|
5ecf759742
|
core/ocl: update dynamic runtime
|
2013-12-11 15:56:54 +04:00 |
|
Alexander Alekhin
|
381d7851b7
|
core/ocl: move opencl dynamic runtime from ocl module
|
2013-12-11 15:56:54 +04:00 |
|
Alexander Alekhin
|
bdbd3eb2bf
|
ocl: process termination hung workaround
|
2013-12-11 00:31:34 +04:00 |
|
Ilya Lavrenov
|
5566d31468
|
more strict checks outside ROI
|
2013-12-10 19:30:14 +04:00 |
|
Roman Donchenko
|
9d87f9c974
|
Merge pull request #1956 from ilya-lavrenov:tapi_split_merge
|
2013-12-09 16:56:06 +04:00 |
|