106 Commits (c52d56964c0799f8da0ac04cf6a03bda0f194832)

Author SHA1 Message Date
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
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov fdeec6896c stitching module fixes 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Gurpinder Singh Sandhu 69127e4105 some typo 12 years ago
Gurpinder Singh Sandhu 2b1e13f8f4 changed surfFeaturesFinder::find() to allow CV_8UC1 type images 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Vladislav Vinogradov 0a65f2f4af merged gpunonfree and nonfree module 12 years ago
Vladislav Vinogradov fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 55698548dd Avoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Anatoly Baksheev 94c310fc14 added Ptr::operator== 12 years ago
Andrey Kamaev afc79e2a02 Fix warnings from MSVC 9 64-bit 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
marina.kolpakova e5437e5486 Fix binary compatibility of opencv_gpu 12 years ago
Andrey Kamaev 4a53199e7a Quiet logs in stitching module 12 years ago
Alexey Spizhevoy cb705aad1a updated DP seaming to support 4 channel images 12 years ago
Alexey Spizhevoy eafb024112 fixed one of the log messages in the stitching module 12 years ago
Alexey Spizhevoy 317a27e9eb fixed the bug #2385 12 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 12 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 12 years ago
Alexey Spizhevoy 8c3984c5ff Refactored the DP based seam finder 13 years ago
alexey.spizhevoy 43d46c0e8b Minor fix in the DP based seam estimator 13 years ago
alexey.spizhevoy 7222f2724f Fixed bug 13 years ago
alexey.spizhevoy 85d1c463b9 Minor changes 13 years ago
alexey.spizhevoy 897c2bbd14 Added support of 8UC3 13 years ago
alexey.spizhevoy a39bce204d implemented DP-based seam estimation method 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Andrey Kamaev 2b6b6f12e2 Debug message is turned off 13 years ago
Marina Kolpakova 680a44189c merged the trunk r8704:8716 13 years ago
Andrey Kamaev d48d7b2b46 Updated warning options for GCC; fixed new warnings. 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 2f40905548 Fixed Android build 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vladislav Vinogradov 44eaeee865 refactored gpu BruteForceMather (made it similar to BFMatcher) 13 years ago
Andrey Kamaev 11ce8683bb Fixed stitching module tests built without nonfree 13 years ago
Vadim Pisarevsky 5c615ec28f added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away. 13 years ago
Alexey Spizhevoy e87a07e2aa Fixed bug #1693. Also corrected default parameters for stitching. 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago