69 Commits (5967acc9ca4ebb4d09dcbf4bc6a5f46178e5db32)

Author SHA1 Message Date
Maksim Shabunin d4d95bd70d Fixs several problems found by static analysis 5 years ago
Brian Wignall f9c514b391 Fix spelling typos 5 years ago
Michał Janiszewski 85b9960f62 Fix clashing include guards 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 7 years ago
Alexander Alekhin 0854dc3320 features2d: apply CV_OVERRIDE/CV_FINAL 7 years ago
vasiliev-vb 94c8e59bbe
Fixed bug in KAZE features orientation. 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Jiri Horner a5b5684670 Merge pull request #9330 from hrnr:akaze_ocl 8 years ago
Alexander Alekhin 94dbc35d92 features2d(test): more AKAZE tests 8 years ago
Alexander Alekhin ad2e864a9a akaze: more fixes 8 years ago
Alexander Alekhin e0489cb4a6 akaze: fix T-API interfaces, disable OpenCL code 8 years ago
Alexander Alekhin 2a8322ddbb akaze: uninitialized field 8 years ago
Alexander Alekhin 73c3d14a66 akaze: fRound -> cvRound, fix bilinear interpolation 8 years ago
Alexander Alekhin f6ceeaa2e5 akaze: getAngle() -> fastAtan2() 8 years ago
Alexander Alekhin 6847cc9f1c akaze: remove usage of int8_t / uint8_t 8 years ago
Alexander Alekhin 43e0912516 akaze: resolve issue with using of uninitialized memory 8 years ago
Alexander Alekhin 64533009b3 akaze: optimize allocations 8 years ago
Alexander Alekhin 8aca8d90d6 akaze: replace ceil() 8 years ago
Jiri Horner 3166d0c667 Merge pull request #9249 from hrnr:akaze_part3 8 years ago
Alexander Alekhin 8be1ba708e features2d: don't use rand(), because it is not thread-safe 8 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 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
remi 8ee8710c02 Modifications to reduce the code through a loop 8 years ago
Vladislav Sovrasov 4a3da1c4ed Fix missing angles in AKAZE keypoints 8 years ago
Maksim Shabunin 1e667de1f3 HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp 9 years ago
Han Hu e646f9d2f1 Fix subpixel problem of akaze. 9 years ago
Balint Cristian 0087c57e0d Fix KAZE/AKAZE descriptors to use angle instead radians. 9 years ago
Dominik Kleiser 0c471515fd use float for CV_PI 9 years ago
Dominik Kleiser c7cb028035 use floats for the calculation 9 years ago
Dominik Kleiser 767bae44ae Fix the unit of angle for AKaze/Kaze KeyPoints 9 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
Vladislav Vinogradov c120001178 fix -Wsign-compare warnings 10 years ago
Vadim Pisarevsky 162384a838 fixed several test failures; currently 9 out of 73 tests fail 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 2e915026a0 yet another attempt to refactor features2d; the first commit, features2d does not even compile 10 years ago
Vadim Pisarevsky 97a5dd0ead fixed several test failures; currently 9 out of 73 tests fail 10 years ago
Vadim Pisarevsky 5e667ee53a OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 10 years ago
Vadim Pisarevsky 1796a26fc7 yet another attempt to refactor features2d; the first commit, features2d does not even compile 10 years ago
f-morozov 0ae89fe2be AKAZE optimizations 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
f-morozov 7f82960897 AKAZE fixes, tests and tutorial 11 years ago
Ievgen Khvedchenia 029a8c443a Remove GSURF descriptor from KAZE algorithm 11 years ago
Ievgen Khvedchenia 1a5fcd715d Refactor of KAZE and AKAZE: 11 years ago
Ievgen Khvedchenia 220de14077 Clean-up from the dead code 11 years ago
Ievgen Khvedchenia e7e00201f1 Enabled parallel processing of the nld_step_scalar function 11 years ago
Ievgen Khvedchenia 9fc90f4069 Merged nldiffusion functions into one module with removal of duplicate functions 11 years ago
Ievgen Khvedchenia 2df7242646 Prepare to merge KAZE and AKAZE nldiffusion_functions source files (work in progress). 11 years ago
Ievgen Khvedchenia 30f73623ce Replace runtime checks with assertions 11 years ago