80 Commits (d394d26b46ba6d995e9291492bb6d94da78c0be5)

Author SHA1 Message Date
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
Vladislav Vinogradov 44eaeee865 refactored gpu BruteForceMather (made it similar to BFMatcher) 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
Leonid Beynenson 9794f5977c Changed the class OrbFeaturesFinder to make it work with CV_8UC4 and CV_8UC1 images. 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Leonid Beynenson 2395654cbf Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose. 14 years ago
Leonid Beynenson 6d8f4c6b82 Added small debug insertion. 14 years ago
Andrey Kamaev b720eddd9e Tegra-optimized features matching for Stitching 14 years ago
Andrey Kamaev 94f72ae876 Stitching: added grid option to OrbFeaturesFinder 14 years ago
Andrey Kamaev f299bde3a9 Added ORB features finder into stitching module 14 years ago
Vladislav Vinogradov d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 14 years ago
Andrey Kamaev ee413b8026 Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation 14 years ago
Alexey Spizhevoy c5357cc17c Added fix for removing too similar images into the stitching module 14 years ago
Alexey Spizhevoy e0bf60fd3e Minor changes in stitching module 14 years ago
Alexey Spizhevoy e99b090871 Fixed bug in ROI based features finder (stitching) 14 years ago
Alexey Spizhevoy a7d053f10d Added handling of ROI in stitching features matchers 14 years ago
Alexey Spizhevoy b053a3b486 Added matching mask into pairwise matcher from stitching module 14 years ago
Alexey Spizhevoy a72da12c80 Added fix for 0 found features in stitching matcher 14 years ago
Alexey Spizhevoy cbb6ac0c34 refactored features finders in stitching module 14 years ago
Alexey Spizhevoy c9a41c6802 added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed 14 years ago
Andrey Kamaev 52184c8803 Gpu functionality in stitching module is excluded from Android build 14 years ago
Alexey Spizhevoy 95a3ffd0c5 put all old stitching API into detail namespace 14 years ago
Vladislav Vinogradov bf0081a850 fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter) 14 years ago
Alexey Spizhevoy fbe2e6fb01 refactored stitching module 14 years ago
Alexey Spizhevoy 9be4701f24 turned opencv_stitching application to module and sample 14 years ago
Vladislav Vinogradov ea2f5b1391 added BORDER_REFLECT and BORDER_WRAP support to gpu module 14 years ago
Alexey Spizhevoy b6e9ed4ec5 fixed bug in opencv_stitching (added handling of homography evaluation failure) 14 years ago
Vladislav Vinogradov ff1fb9f7cc minor stitching optimization (use cpu matchers instead of gpu matchers on multicore processors) 14 years ago
Vladislav Vinogradov c5adaa717b minor stitching optimization (improve buffer reuse) 14 years ago
Vladislav Vinogradov 12b7090a6f fixed some warnings under win64 14 years ago
Alexey Spizhevoy 674b763395 GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching) 14 years ago
Alexey Spizhevoy a8a9278391 updated matches checking in opencv_stitching 14 years ago
Alexey Spizhevoy ace94d2ebf fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented) 14 years ago
Alexey Spizhevoy 4401f33e10 fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching) 14 years ago
Alexey Spizhevoy eadb3bad45 minor refactoring of opencv_stitching 14 years ago
Alexey Spizhevoy 56f7e54cce added GC_COLOR_GRAD cost function type into opencv_stitching 14 years ago
Alexey Spizhevoy fd83d6fe59 replaced brute force matcher with flann based one (opencv_stitching) 14 years ago
Alexey Spizhevoy 24e5ff7ab6 minor changes in opencv_stitching 14 years ago
Alexey Spizhevoy c65a39be82 fixed some bugs in opencv_stitching 14 years ago
Alexey Spizhevoy ef966e15c1 updated focal estimation (opencv_stitching) + refactoring 14 years ago
Alexey Spizhevoy 4827fbf326 implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp 14 years ago
Alexey Spizhevoy f610b16eaf fixed bug in graphcut seam estimation (opencv_stitching) 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago