10830 Commits (03bbee327b44c9384f46a042585bc4f0a46d8a26)
 

Author SHA1 Message Date
Andrey Pavlenko 4cf598a862 Merge pull request #1669 from ilya-lavrenov:ocl_copyMakeBorder 11 years ago
Alexander Alekhin 133d889e33 ocl: show diff 11 years ago
Ilya Lavrenov 5864895ec6 fixed ocl::copyMakeBorder 11 years ago
Ilya Lavrenov 7c1443cbdd fixed an accuracy test for ocl::resize (in some cases dsize.area() was equal to 0) 11 years ago
Alexander Alekhin d571b28eaa cmake: fix bug with installation into OPENCV_LIB_INSTALL_PATH directory 11 years ago
Ilya Lavrenov 29499ed51a moved to relative errors in ocl::norm tests 11 years ago
Ilya Lavrenov 87fc3441f2 workaround for cv::multiply bug 11 years ago
Roman Donchenko 424a7b0ab0 Changed MPEG-2 resolution in the FFmpeg test. 11 years ago
Roman Donchenko 3f3ae33327 Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp. 11 years ago
Roman Donchenko eb86d37b26 Removed some dubious FFmpeg hack that no longer works. 11 years ago
Roman Donchenko 66beb44286 Applied a change from 555c505b to 3rdparty/tbb/CMakeLists.txt. 11 years ago
Roman Donchenko 6dda2652cd Merge pull request #1659 from ilya-lavrenov:ocl_examples 11 years ago
Vadim Pisarevsky 5a34272150 fixed build on Windows 11 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 11 years ago
Roman Donchenko bb461fab34 Merge pull request #1649 from asandwhich:2.4 11 years ago
Roman Donchenko a549621aac Merge pull request #1666 from SpecLad:cv-cap-openni 11 years ago
Roman Donchenko f82eb0f79c Add better OpenMP detection and make an option to enable it. 11 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 11 years ago
Roman Donchenko e384a7bb95 Merge pull request #1665 from SpecLad:cuda-min-ver 11 years ago
Roman Donchenko 779acfa715 Suppressed -Wundef in bioinspired, because of OpenCL headers. 11 years ago
Roman Donchenko 8ff267cbac Fixed incorrectly unprefixed constant names in the OpenNI tutorial. 11 years ago
Roman Donchenko 49c6533227 Move the minimal CUDA version into the minimal version list. 11 years ago
Roman Donchenko 4036f6a3d0 Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 11 years ago
Vadim Pisarevsky 278fb617d2 the first draft of transparent API and new UMat class. 11 years ago
Roman Donchenko 6640846e95 Merge pull request #1653 from jlblancoc:master 11 years ago
Andrey Pavlenko 1e8b72f8c0 Merge pull request #1658 from alalek:ocl_fixes 11 years ago
Roman Donchenko 1e556e08dc Merge pull request #1661 from look4pritam:my-branch 11 years ago
look4pritam 8c121d372a Small OpenCV-CUDA bugs are fixed. 11 years ago
Ilya Lavrenov 4d86e2140d OpenCL examples refactoring 11 years ago
Jose-Luis Blanco-Claraco 80e667b647 Minimized the number of arguments required to workaround the MSVC2013 compiler bug. 11 years ago
Jose-Luis Blanco-Claraco 27b02921f3 Added patch file for fixing VS2013 in 3rd party lib OpenEXR 11 years ago
Jose-Luis Blanco-Claraco 77023e2366 Added comment to features2d_init.cpp explaining the reason for the extra parameters. 11 years ago
Alexander Alekhin e7fd053478 ocl: fix FFT initialization 11 years ago
Alexander Alekhin 9acca12d2d ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error 11 years ago
Jose-Luis Blanco-Claraco c33ca77838 Undo changing whitespace. 11 years ago
Jose-Luis Blanco-Claraco bec35eeddb Avoid duplicated variable declarations. 11 years ago
Greg Hale 387587f4f0 regex doesnt need to match full length of input, so only trying to match the leading -[lL] 11 years ago
Roman Donchenko a54d36bde8 Merge pull request #1646 from alalek:ocl_fix_msvc11 11 years ago
Roman Donchenko 29f37fc130 Merge pull request #1575 from jet47:gpu-buffer-pool 11 years ago
Roman Donchenko 21233656bd Merge pull request #1540 from jet47:gpuarithm-cudev 11 years ago
Roman Donchenko e290436a4c Merge pull request #1492 from jet47:gpucodec-cudev 11 years ago
Roman Donchenko f25b77ff1e Merge pull request #1534 from jet47:fix-cuda-5.0-build 11 years ago
Roman Donchenko bfd8acbbc3 Merge pull request #1556 from jet47:fix-bug-3296 11 years ago
Roman Donchenko 9bc347c848 Merge pull request #1650 from jet47:fix-gpu-bgsegm-sample 11 years ago
Andrey Pavlenko aec7d9c1db Merge pull request #1647 from ilya-lavrenov:ocl_tests_demonstrative 11 years ago
Andrey Pavlenko 0ad04d66e3 Merge pull request #1645 from ilya-lavrenov:ocl_morph_test_fix 11 years ago
Andrey Pavlenko e82fd12a67 Merge pull request #1644 from ilya-lavrenov:ocl_matrix_operations 11 years ago
Andrey Pavlenko bd1a1cc031 Merge pull request #1633 from ilya-lavrenov:ocl_imgproc 11 years ago
Ilya Lavrenov 9d923b50ac fixed ocl::Laplacian for case when scale != 1 11 years ago