73 Commits (83f749afd239dcac8fa75bdeaa6b9648a1d7edb2)

Author SHA1 Message Date
Peter Andreas Entschev 6f3163f62d DescriptorExtractor: added defaultNorm() to return default norm type. 11 years ago
Andrey Pavlenko 2b6fca68bf fixing typo 11 years ago
Ilya Lavrenov 35d9ce0c0c fixed warnings 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko de6a934f66 Boring changes - nonfree. 11 years ago
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 11 years ago
Vladislav Vinogradov 3c34b24f1f replaced gpu->cuda in files names 11 years ago
Vladislav Vinogradov dcd600cc47 renamed gpuarithm -> cudaarithm 11 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 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
Ivan Korolev fee8121040 Added regression tests for SURF/SIFT (related to #2892) 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Vladislav Vinogradov 49a4f27d42 removed VIBE implementation 12 years ago
Vladislav Vinogradov ec52096e30 removed VIBE implementation 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 e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Vladislav Vinogradov 1bb141c465 fixed build 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
Vladislav Vinogradov 642d7d6826 fixed nonfree test (run it only on one gpu device) 12 years ago
Vladislav Vinogradov 9086efa8e9 fixed warnings 12 years ago
peng xiao f2ecf4f905 Disable ocl::SURF accurate test 12 years ago
peng xiao ad58c084a9 Fix compiler errors 12 years ago
peng xiao 9698079ca5 Pass warp size into SURF 12 years ago
peng xiao f7b40cdc63 Add a macro to call additional barrier function on the fly 12 years ago
marina.kolpakova 84f45e1e03 fixed build with CUDA after latest merge 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Andrey Kamaev 4bd721ad3b Fix build errors 12 years ago
Andrey Kamaev 7b8ad4cb04 Refactor OpenCL initialization and allow to use ocl module witout explicit setup 12 years ago
Andrey Kamaev dd678121b3 Trying to make ocl surf work 12 years ago
Andrey Kamaev 1be58f9a00 SURF accuracy test is moved to nonfree 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Vladislav Vinogradov 0a65f2f4af merged gpunonfree and nonfree module 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev e3b45910aa Temporary disable unstable Features2d_RotationInvariance_Detector_SIFT test 12 years ago
Vadim Pisarevsky 1f261c2f9d changed default parameters of SURF, which improved its performance. Restored bi-linear interpolation in SURF descriptor extractor. Added test for SURF homography + check for non-zero (positive) responses. 12 years ago
Vadim Pisarevsky c69312ea0d fixed #2580, #2210. some work on #2025. 12 years ago
Andrey Pavlenko 9f0d5f60b5 fixinf warning on non-Windows systems 12 years ago
Andrey Pavlenko 8e42ca1764 SURF keypoints rotation invariance test. 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Vadim Pisarevsky adc1d94e95 updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request 12 years ago
Vadim Pisarevsky 63bd6f9adf fixed compile errors in ocl tests; disabled a few problematic tests 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vadim Pisarevsky 84087a8566 fixed crash in Python's SURF wrapper (bug #2325) 12 years ago