Ilya Lavrenov
|
c7fe162829
|
renamed **2 -> **
|
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 |
Ilya Lavrenov
|
474fc887a6
|
added cv::copyMakeBorder to T-API
|
11 years ago |
Ilya Lavrenov
|
49e729f89d
|
ability to use cv::PSNR with transparent cv::norm
|
11 years ago |
Ilya Lavrenov
|
fed7e61879
|
added cv::repeat to T-API (fix for copyTo -> UMat is needed)
|
11 years ago |
Ilya Lavrenov
|
ba850f0b64
|
added cv::cartToPolar to T-API
|
11 years ago |
Ilya Lavrenov
|
803672feea
|
added cv::remap to T-API
|
11 years ago |
Ilya Lavrenov
|
dcce9d7088
|
added cv::warpAffine to T-API
|
11 years ago |
Ilya Lavrenov
|
55af7857b9
|
added cv::warpPerspective to T-API
|
11 years ago |
Vadim Pisarevsky
|
161c3b71e6
|
hopefully, now opencv_test_imgproc should pass
|
11 years ago |
Vadim Pisarevsky
|
5fea17ff0d
|
still trying to fix failure in opencv_test_imgproc
|
11 years ago |
Vadim Pisarevsky
|
82b852c13c
|
yet another attempt to make Core_UMat.getUMat test work
|
11 years ago |
Vadim Pisarevsky
|
9be727b1ea
|
another attempt to fix Core_UMat.getUMat test
|
11 years ago |
Vadim Pisarevsky
|
f263fe145a
|
trying to guess and fix strange failure in core test
|
11 years ago |
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
11 years ago |
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
|
11 years ago |
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
11 years ago |