168 Commits (3ac3ba041597df5e71fbde68d518e18956a7a624)

Author SHA1 Message Date
Roman Donchenko 24dee16b12 Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 11 years ago
Roman Donchenko de6a934f66 Boring changes - nonfree. 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Vladislav Vinogradov 9f33de7071 added cvconfig.hpp header file to gpu tests 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
peng xiao fd77a49e76 Fix ocl compilation error when using Intel OpenCL SDK. 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
abidrahmank 031c77f4eb SIFT+SURF PyDocs 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Roman Donchenko 3ea4836a0a Changed the impls argument to be an array name. 12 years ago
Roman Donchenko 51a672ec40 Disabled the cuda variant when CUDA is not available. 12 years ago
Roman Donchenko 936236e4b1 Extended the CPU/GPU selection mechanism in performance tests. 12 years ago
Ivan Korolev fee8121040 Added regression tests for SURF/SIFT (related to #2892) 12 years ago
Ivan Korolev fc82150edc Fixed a bug #2892 12 years ago
Vladislav Vinogradov 8fcef225fb switched to Input/Output Array in reductions operations 12 years ago
Vladislav Vinogradov ec70282bf7 switched to Input/Output Array in min/max operations 12 years ago
Vladislav Vinogradov 439c3574ed renamed gpu_private.hpp to private.gpu.hpp 12 years ago
Vladislav Vinogradov 4c9773d55f renamed gpu headers (made it more consistent) 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Vladislav Vinogradov 49a4f27d42 removed VIBE implementation 12 years ago
Vladislav Vinogradov ec52096e30 removed VIBE implementation 12 years ago
peng xiao ac21cabda2 Copy ocl::queryDeviceInfo interface from master to 2.4. 12 years ago
peng xiao e5ea018185 Let surf.ocl use the new queryDeviceInfo interface. 12 years ago
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov 12f16b7a26 nonfree module fixes 12 years ago
Andrey Kamaev 8b294c6c90 Remove documentation for old python wrapper 12 years ago
Andrey Kamaev 8406312571 Remove C API from OpenCL module 12 years ago
Andrey Kamaev bd59bc3e4a Remove ifdef __cplusplus from nonfree headers 12 years ago
yao 719e8674ad fix the compile errors on Mac 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Roman Donchenko e8721f1f6f Automatically add CUDA support to a module if it has CUDA sources. 12 years ago
Vladislav Vinogradov 068fb03011 fixed compilation warnings 12 years ago
Vladislav Vinogradov b50090f850 restore cudaSafeCall 12 years ago
Vladislav Vinogradov 910ef57109 renamed cuda namespace to cudev 12 years ago
Vladislav Vinogradov 1bb141c465 fixed build 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
Vladislav Vinogradov a57707b8d8 moved device layer to core module 12 years ago
Andrey Kamaev dd74a851f3 Fix build errors 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
marina.kolpakova 780a8cc149 fix build without gpu module with cuda 12 years ago
Vladislav Vinogradov bf6c08a9ea fixed compilation with CUDA 12 years ago
Vladislav Vinogradov 642d7d6826 fixed nonfree test (run it only on one gpu device) 12 years ago
Vladislav Vinogradov 9086efa8e9 fixed warnings 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago