375 Commits (68962adc5433ebf455d35b776d27f6cced14f836)

Author SHA1 Message Date
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
Alexander Smorkalov 7ec2b6bad0 Highgui tests for GUI disabled for WinRT; 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 2fe7482b73 Add support for enums into rst ocv domain 12 years ago
Anna Kogan ed4c687d45 Increased time limits, eliminated extra params 12 years ago
Alexander Smorkalov 8cb0343f4c Documentation build warning fixes. 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 5a407153bd Fix sanity checks in stitching test 12 years ago
Andrey Kamaev 6e244c83cd Corrected sanity checks in several perf tests 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
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Andrey Kamaev afc79e2a02 Fix warnings from MSVC 9 64-bit 12 years ago
Andrey Kamaev 0e7ca71dcc Normalize whitespace in documentation and text files 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 971d02cde6 Fix binary compatibility of opencv_stitching 12 years ago
Andrey Kamaev 4a53199e7a Quiet logs in stitching module 12 years ago
Andrey Kamaev 7cc67701a6 Add sanity checks to stitching perf tests 12 years ago
Alexey Spizhevoy cb705aad1a updated DP seaming to support 4 channel images 12 years ago
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 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
Vsevolod Glumov fc307c87dc Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions. 12 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 12 years ago
Daniil Osokin f4d4b0d742 disabled perf test on distance transform 12 years ago
Alexey Spizhevoy 27eb5d07cf Added getScale/setScale for image warpers (stitching module) 12 years ago
Daniil Osokin 45c49a9088 Added perf test 12 years ago
Daniil Osokin e37b9469da Added perf tests 12 years ago
Daniil Osokin 39d6adea17 Added perf test 12 years ago
marina.kolpakova 634c9dae46 added performance test fot CCL 12 years ago
Andrey Kamaev 0ceb9b6a00 Fixed division by zero case in SphericalProjector::mapForward 12 years ago
Alexey Spizhevoy 8c3984c5ff Refactored the DP based seam finder 12 years ago
alexey.spizhevoy 43d46c0e8b Minor fix in the DP based seam estimator 12 years ago
alexey.spizhevoy 7222f2724f Fixed bug 12 years ago
alexey.spizhevoy 85d1c463b9 Minor changes 12 years ago
alexey.spizhevoy 897c2bbd14 Added support of 8UC3 12 years ago