8188 Commits (6d77cbee7ee5c5683570299ce6183f67b4710d0b)

Author SHA1 Message Date
Roman Donchenko f2befa01f4 Fixed build for the TLS-related stuff. 11 years ago
StevenPuttemans e4b41d38f1 Fixed descripotorsCount to descriptorsCount 11 years ago
Matthias Bady b7c97f6e30 fixed init of clCxt 11 years ago
Ilya Lavrenov 558c4a2b1d implemented UMat::convertTo 11 years ago
Ilya Lavrenov 5c0dabf1ea added cv::equalizeHist to T-API 11 years ago
Ilya Lavrenov e30875bcef fixed UMat sync problems 11 years ago
Alexander Alekhin 17ca7f9545 ocl: add support for initialization from user-provided OpenCL handles 11 years ago
Ilya Lavrenov 1d6715e58a added cv::sqrt to T-API (using built-in sqrt OpenCL function) 11 years ago
Peter Andreas Entschev 5bc9f15dda OCL: included sqrt matrix operation. 11 years ago
Peter Andreas Entschev 41bec1b112 OCL: including FAST feature detector. 11 years ago
Ilya Lavrenov b20714a8a8 fixed kernel compilation of cv::min, cv::max for CV_64F 11 years ago
Alexander Alekhin 740b1f235e ocl: implemented per-thread OpenCL command queue 11 years ago
Alexander Alekhin a118577a57 core: added TLS support 11 years ago
Vladimir Bystricky 268d814d18 Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 11 years ago
Alexander Alekhin 3bbf51fbfb ocl: disabled test for Split (there are problems with OutputArray and getMatRef) 11 years ago
Alexander Alekhin 91fc0c3bc3 bioinspired: fix ocl test, skip them if OpenCL is not available 11 years ago
Alexander Alekhin d0114b24e0 core/ocl: replace dynamic runtime 11 years ago
Alexander Alekhin 9f388a2be7 core/ocl: autogenerated files for dynamic runtime 11 years ago
Alexander Alekhin 5ecf759742 core/ocl: update dynamic runtime 11 years ago
Alexander Alekhin 381d7851b7 core/ocl: move opencl dynamic runtime from ocl module 11 years ago
Vladimir Bystricky f76bf8b425 Fix error in test 11 years ago
Vladimir Bystricky e7227d3e4b Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 11 years ago
Alexander Alekhin bdbd3eb2bf ocl: process termination hung workaround 11 years ago
Ilya Lavrenov 8fa8b36b42 added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API 11 years ago
Ilya Lavrenov 5566d31468 more strict checks outside ROI 11 years ago
Peter Andreas Entschev c289c8a700 Fixing some indentation issues on FREAK source file. 11 years ago
Ilya Lavrenov c9e6ed7a29 added cv::blendLinear 11 years ago
Ilya Lavrenov 93c6fe66ce added cv::bilateralFilter to T-API 11 years ago
Peter Andreas Entschev 6f3163f62d DescriptorExtractor: added defaultNorm() to return default norm type. 11 years ago
Vladimir Bystricky 8d8f5665f1 Fix build errors on Linux system 11 years ago
Vladimir Bystricky 179a43ef63 Fix build errors on Linux system 11 years ago
Vladimir Bystricky 29ba7730ed Add ocl version of filter2D to the module img_proc 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
Anatoly Baksheev 4c66b87698 fixed -Wshadow and other warnings, added rvec test 11 years ago
Anatoly Baksheev f62ffa2aea compilation 11 years ago
Anatoly Baksheev f9ca6cfd22 fixed ocv_module_disable() 11 years ago
Anatoly Baksheev 546c084fe6 fixed shadow error and added ocv_disable_module 11 years ago
Anatoly Baksheev 0e88733b13 updating Viz cmake (switched to WITH_VTK option) 11 years ago
Anatoly Baksheev 3830a0b5b2 fixed bug with deletion from std::map 11 years ago
Anatoly Baksheev a6ab9be5a6 removed VizAccessor from docs 11 years ago
Anatoly Baksheev fb62a66b69 removed unused code 11 years ago
Anatoly Baksheev b88fdc73d6 VizAccessor is now private and renamed to VizStorage 11 years ago
Anatoly Baksheev d970d58308 added Viz::tutorial2 test 11 years ago
Anatoly Baksheev ace71cef3f Added Affine3<T>::rvec() 11 years ago
Anatoly Baksheev 9f1f5aed53 compilation 11 years ago
Anatoly Baksheev a9c7aa92d9 removed CV_EXPORTS from cv::Afiine 11 years ago
Anatoly Baksheev 177f7eb339 fixed warning 11 years ago
Anatoly Baksheev 0895616576 switched from unnecessarily 'dobule' to 'float' in some places (commonly for widget scale) 11 years ago