216 Commits (66ab4e15db3fb9c4e7bf29ef8b56f8fd823bba96)

Author SHA1 Message Date
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 7 years ago
Jiri Horner 5f20e802d2 Merge pull request #8869 from hrnr:akaze_part1 8 years ago
Alexander Broemmer b2524f4571 Clear old CameraParameters in AffineBasedEstimator 8 years ago
Alexander Broemmer 30d26acee0 Make stitching panoramas reusable after estimating transform once 8 years ago
Alexander Alekhin 53e685461e stitching: force "stable" RNG 8 years ago
Wenju He 9fbce6c8c8 fix multiband_blend.cu build error in issue opencv_contrib#1012 8 years ago
Wenju He b76e88354c improve MultiBandBlender cuda, add normalizeUsingWeight and addSrcWeight kernels 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 8 years ago
Quentin bbd4a0eb51 Compensate exposure before finding seams 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 8 years ago
Quentin 9b4cf896fd Added AKAZE features in the stitcher pipeline (issue #6474) 8 years ago
Finfa811 fd1370b92b Reverted BORDER_CONSTAT in stitcher.cpp 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
LaurentBerger b75bac7975 Solve Issue 7063 8 years ago
Pavel Rojtberg 677f242761 stitching: use correct ifdef to allow compilation without cudalegacy 8 years ago
lewgate 4ae4a705d5 Fix a bug for seam_finders.cpp when computing the source and destination points of the seam 8 years ago
lewgate 0af9bf457a Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam 8 years ago
Alexander Alekhin 60676dbbe8 fix build: move LOG macro from stitching public headers 8 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Alexander Alekhin 5c15461595 UMat access flags (fixes #5095) 9 years ago
Maksim Shabunin f814218640 Coverity: uninitialized fields in Stitcher 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
Leonid Beynenson 4f95e6c70b Fixed bug in cv::detail::waveCorrect 10 years ago
Adi Shavit aad95c7d8c Added call to clone() to avoid unexpected change to external data. 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Vladislav Vinogradov 124ac15f1e remove cuda module 10 years ago
Vladislav Vinogradov b416e8715d move labeling routines from cuda to cudalegacy 10 years ago
Alexander Smorkalov cc97c57fd4 Accuracy fix for blenaders in stitching module. 10 years ago
Alexander Smorkalov 54f52c3f45 Build fix for non-TEGRA case. 10 years ago
Vladislav Vinogradov 8a178da1a4 refactor CUDA BFMatcher algorithm: 10 years ago
Vladislav Vinogradov 1421e306fb fix compilation without CUDA 10 years ago
Vladislav Vinogradov ecee388236 move buildWarp*Maps to stitching 10 years ago
Alexander Smorkalov 1fa37fe733 OpenCV for Tegra compilation fix for 10 years ago
Alexander Karsakov ebfaf4c5d8 Added checking that z is non zero to buildWarpPlaneMaps kernel 10 years ago
Alexander Karsakov 0aab779532 Overload PlaneWarper::buildMaps method from base class 10 years ago
Alexander Karsakov 62d4393883 Small optimization for buildMaps kernels in case rowsPerWI > 1 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Maksim Shabunin 276bed3e4a final fix 10 years ago
Vadim Pisarevsky 3f37e034a0 another fix in opencv_world 10 years ago
Vadim Pisarevsky 1176d4ef84 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky 01d3848f17 all the tests now pass except for MSER 10 years ago
Vadim Pisarevsky 06d4aa6060 now all the samples and opencv_contrib compile! 10 years ago
Vadim Pisarevsky 09df1a286b OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 10 years ago
Vadim Pisarevsky c422bdc3f8 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky c5261ea3d2 all the tests now pass except for MSER 10 years ago