Ilya Lavrenov
|
6be7869ae8
|
fix for unsupported doubles
|
11 years ago |
Alexander Alekhin
|
48196ad10b
|
ocl: cleanup workarounds
|
11 years ago |
Ilya Lavrenov
|
2755ae5df9
|
experiments
|
11 years ago |
Alexander Karsakov
|
8660588fe9
|
Pass vendor macro to opencl kernel
|
11 years ago |
mlyashko
|
eb2e8a11fa
|
changed kernel.set to support unsuccssful set
|
11 years ago |
Alexander Karsakov
|
c1dad2178c
|
Added Device:: isAMD,isIntel,isNvidia methods.
|
11 years ago |
Alexander Alekhin
|
b9d68ef061
|
core/ocl: OpenCL build log improvements
|
11 years ago |
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
11 years ago |
Ilya Lavrenov
|
0406898b9a
|
int2 -> ulong; to work properly with 3 channels
|
11 years ago |
Alexander Alekhin
|
95e38e457f
|
core/umat: usage flags (with proposals from PR #2195)
|
11 years ago |
Alexander Alekhin
|
e371901dd9
|
ocl: workaround for failures with misaligned host buffers
|
11 years ago |
Andrey Pavlenko
|
38f46eb3b4
|
fixing issues from coverity scan 1167937, 1167938, 1167939, 1127248 (http://scan.coverity.com/projects/169?tab=Overview)
|
11 years ago |
Ilya Lavrenov
|
563dc5aa38
|
implemented umat expressions
|
11 years ago |
Ilya Lavrenov
|
2e8579fe9b
|
cleaned up super_resolution sample from old OCL
|
11 years ago |
Ilya Lavrenov
|
c7fe162829
|
renamed **2 -> **
|
11 years ago |
Ilya Lavrenov
|
d957e8e40d
|
attempt to fix pure virtual call in Mat::deallocate
|
11 years ago |
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
11 years ago |
Ilya Lavrenov
|
da5b316b4e
|
minor ocl.cpp refactoring
fix for cv::LUT and cv::transpose
|
11 years ago |
Vadim Pisarevsky
|
30593ee55e
|
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
|
11 years ago |
Ilya Lavrenov
|
d15bf6261a
|
redundant clFinish in upload since clEnqueueWriteBuffer above is already blocked
|
11 years ago |
Ilya Lavrenov
|
50cf152977
|
cached commonly used device properties
|
11 years ago |
Ilya Lavrenov
|
1ab1594d00
|
workaround
|
11 years ago |
Ilya Lavrenov
|
372cdac07c
|
moved kernelToStr to ocl.hpp
|
11 years ago |
Ilya Lavrenov
|
86353eb541
|
fix for PR 2196
|
11 years ago |
Ilya Lavrenov
|
6d64907f18
|
async
|
11 years ago |
Alexander Alekhin
|
f91f55927e
|
fix memory management problem
|
11 years ago |
Alexander Alekhin
|
5474935a81
|
fixes for defects from code coverity
|
11 years ago |
vbystricky
|
33fc46cdec
|
Validate parameters for using OpenCL version, before upload UMat
|
11 years ago |
vbystricky
|
4152135e63
|
Fix error with some opencl functions on the build WITH_OPENCL=OFF
|
11 years ago |
vbystricky
|
c57e427fba
|
Move OpticalFlowPyrLK from ocl module to video module
|
11 years ago |
Konstantin Matskevich
|
ae827a638c
|
fixes
|
11 years ago |
Konstantin Matskevich
|
f90e41d54e
|
dumpinfo
|
11 years ago |
Ilya Lavrenov
|
5af2e6f1c9
|
removed useless CRC calculation
|
11 years ago |
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
11 years ago |
Konstantin Matskevich
|
55634c1f52
|
fix
|
11 years ago |
Ilya Lavrenov
|
f221f57c7c
|
this commit prevents segfaults in case of opencl disabled
|
11 years ago |
Alexander Alekhin
|
217b2282b8
|
fixes
|
11 years ago |
Alexander Alekhin
|
e49065b1dc
|
core/ocl: temporary move device selection from ocl module
|
11 years ago |
Ilya Lavrenov
|
a70467d7a2
|
removed unnecessary assert
|
11 years ago |
Ilya Lavrenov
|
c8cbfe5382
|
added cv::dft T-API test
|
11 years ago |
Ilya Lavrenov
|
2f34bb9aa0
|
added cv::gemm to T-API
|
11 years ago |
Roman Donchenko
|
f2befa01f4
|
Fixed build for the TLS-related stuff.
|
11 years ago |
Alexander Alekhin
|
9cb31e86ae
|
umat: fix memory leaks
|
11 years ago |
Alexander Alekhin
|
11b9d5bf4d
|
core: added DirectX interop implementation (OpenCL) with samples
|
11 years ago |
Alexander Alekhin
|
d0114b24e0
|
core/ocl: replace dynamic runtime
|
11 years ago |
Alexander Alekhin
|
bdbd3eb2bf
|
ocl: process termination hung workaround
|
11 years ago |
Ilya Lavrenov
|
c16c9a2e8e
|
added cv::split to T-API
|
11 years ago |
Ilya Lavrenov
|
b6c33bf86b
|
added cv::norm to T-API
|
11 years ago |
Ilya Lavrenov
|
cd3f7fbf05
|
added cv::merge to T-API
|
11 years ago |
Ilya Lavrenov
|
e2b99a32b2
|
added cv::threshold to T-API
|
11 years ago |