26 Commits (785428546beb3903b61d2c0bd1866f8013e6027d)

Author SHA1 Message Date
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
Alexey Spizhevoy 97530caa53 more refactoring of opencv_stitching 14 years ago
Alexey Spizhevoy 4ba6793568 updated poor pairs filtering in opencv_stitching 14 years ago
Alexey Spizhevoy 2de0e1fc66 refactored opencv_stitching 14 years ago
Alexey Spizhevoy 767a6e8e78 added histograms comparison into opencv_stitching 14 years ago
Alexey Spizhevoy d998c73769 minor changes in opencv_stitching 14 years ago
Alexey Spizhevoy 71ca501bb6 added parameters controlling resolution into opencv_stitching 14 years ago
Alexey Spizhevoy 21d89cc420 added leaveBiggestComponent function into opencv_stitching 14 years ago
Alexey Spizhevoy 79ed4e4c92 refactored opencv_stitching 14 years ago
Alexey Spizhevoy 58b7c344aa refactored opencv_stitching 14 years ago