387 Commits (998a909705ff8409809c655da28f59e334aee1bd)

Author SHA1 Message Date
Andrey Kamaev 679f1dad99 Stitching: added CV_16S weights support to the multiband blender 13 years ago
Leonid Beynenson 9794f5977c Changed the class OrbFeaturesFinder to make it work with CV_8UC4 and CV_8UC1 images. 13 years ago
Leonid Beynenson 4a299acd48 Added PlanePortraitWarper class. 13 years ago
Leonid Beynenson b8eeb019db Added spherical and cylindrical warpers, which work in the portrait mode -- when poles are located NOT at (0, -1, 0) and (0, 1, 0) points, BUT at (1, 0, 0) and (-1, 0, 0) points. 13 years ago
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Alexey Spizhevoy d8fa374167 Fixed the multi-band blending test 13 years ago
Alexey Spizhevoy c09eae4969 Updated the multi-band blending test 13 years ago
Alexey Spizhevoy 7ddb706b29 Added a test for the multi-band blender 13 years ago
Alexey Spizhevoy ed038ef9dc Updated the stitching module docs 13 years ago
Alexey Spizhevoy f5ed96f40c Updated the stitching module docs 13 years ago
Alexey Spizhevoy 70d137269a Updated the stitching pipeline image 13 years ago
Alexey Spizhevoy aba37e54b3 Updated the stitching module docs 13 years ago
Alexey Spizhevoy 9187739d18 Updated the stitching module docs 13 years ago
Alexey Spizhevoy f0b9c90f79 Updated the stitching module docs 13 years ago
Alexey Spizhevoy bee271a15c Updated the stitching module docs 13 years ago
Alexey Spizhevoy a7e7226a02 Updated the stitching module docs 13 years ago
Andrey Kamaev ea5d01558c Updating opencv module definition in cmake (continued) 13 years ago
Andrey Kamaev 9d5c24cdc8 Updating opencv module definition in cmake (continued) 13 years ago
Vladislav Vinogradov 79cc05d062 minor fix 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
Alexey Spizhevoy a9d19b1394 Updated the stitching module docs 13 years ago
Alexey Spizhevoy 0733689583 Updated the stitching module docs 13 years ago
Alexey Spizhevoy aaace6332f Updated the stitching module docs 13 years ago
Alexey Spizhevoy 8e8beb070e Updated the stitching modudle docs 13 years ago
Alexey Spizhevoy 9fa6edf281 Updated the stitching module docs 13 years ago
Alexey Spizhevoy 69b670bdaa Updated the stitching module docs 13 years ago
Alexey Spizhevoy 2bdd395357 Added the first version of the stitching module docs 13 years ago
Andrey Kamaev 65f5343ed5 Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests 13 years ago
Leonid Beynenson 6d8f4c6b82 Added small debug insertion. 13 years ago
Alexey Spizhevoy b4f17ab79e Updated motions estimators in the stitching module to be able to set camera intrinsics manually 13 years ago
Leonid Beynenson 54adb3c9cf Removed unrequired dependency to the header "cvconfig.h". 13 years ago
Andrey Kamaev 0744092b21 Fixed build with gcc compiler; couple minor improvements in perf testing framework 13 years ago
Leonid Beynenson 0b907d088d Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm. 13 years ago
Leonid Beynenson 782ccc1844 Made changes in the stitching module to make correct logging on Android. 13 years ago
Vladislav Vinogradov 09ba133ddf prepared GpuMat for moving to core module 13 years ago
Andrey Kamaev b720eddd9e Tegra-optimized features matching for Stitching 13 years ago
Alexey Spizhevoy 0b192cb4ea Fixed warning in the ORB features finder 13 years ago
Andrey Kamaev f1cb2431b8 Fixed small bugs in Stitcher class 13 years ago
Alexey Spizhevoy 28e006ad4f Fixed median focal length estimation in the stitching module 13 years ago
Alexey Spizhevoy b74e9c101a Fixed bug in the stitching module (some images appeared at result pano center) 13 years ago
Andrey Kamaev 5656a9dd6b Better default grid size for ORB-based stitching 13 years ago
Alexey Spizhevoy b8304ce764 Updated stitcher a little bit 13 years ago
Andrey Kamaev 94f72ae876 Stitching: added grid option to OrbFeaturesFinder 13 years ago
Andrey Kamaev f299bde3a9 Added ORB features finder into stitching module 13 years ago
Vladislav Vinogradov d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 13 years ago
Alexey Spizhevoy 9047ef2cdf Renamed warp of point method into warpPoint 13 years ago
Alexey Spizhevoy a7fbcad283 Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes 13 years ago
Alexey Spizhevoy 74561c5b8e Added createWightMaps function into FeatherBlender (stitching) 13 years ago