243 Commits (b1dc7ed8737d74793cb0644b500fdb5f296cdeb7)

Author SHA1 Message Date
danielenricocahall 3930c9a492 fix loop boundary condition 4 years ago
Rob Timpe 22ee5c0c4d Fix errors when building with cuda stubs 4 years ago
Alexander Alekhin 762a5c8334 imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 4 years ago
Alexander Alekhin a327418767 features2d(sift): move SIFT tests / headers / build fixes 5 years ago
Alexander Alekhin dc9ee53ff5 stitching: fix range check in DpSeamFinder::computeCosts 5 years ago
Alexander Alekhin ca68fac4b2 stitching: don't use nonfree by default 5 years ago
Maksim Shabunin c8abf2ad14 backport: fixed warnings produced by clang-9.0.0 5 years ago
Kangning Song d4917a5bd3
fix initial values bug 6 years ago
Alexander Alekhin 5736bf5dd5 stitching: fix l_gains data type from Eigen solver (float / double) 6 years ago
Quentin Chateau ab86f15ba0 Merge pull request #13400 from Tytan:optimize_exposure_compensation 6 years ago
Alexander Alekhin 7813eef92b fix build warnings 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Pierre Jeambrun 5131619a1a feat(stitching): Add Sift support for the FeaturesFinder 6 years ago
Alexander Alekhin d6279bfff8 fix build warnings 7 years ago
exoson 058299cc66 Optimize MultiBandBlender to run faster 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 4cbec82ac1 build: unreachable code after CV_Error() 7 years ago
Alexander Alekhin 225bae1387 stitching: apply CV_OVERRIDE/CV_FINAL 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Mark Harfouche df434298b8 Exported a high level stitcher the DLL 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Alexander Alekhin 1f18282f04 build: fix MSVS2017 warning 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Nishant Arora 98db804541 Merge pull request #9210 from whizzzkid/fixing-cuda 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 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