38 Commits (29b13ec1def5e0a643aee73a5d13ebdfb9c07d30)

Author SHA1 Message Date
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 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
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
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
marina.kolpakova e5437e5486 Fix binary compatibility of opencv_gpu 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
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. 13 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