29 Commits (6465e393b697cfdba1d38c155e245598ab302f33)

Author SHA1 Message Date
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Alexander Alekhin 0854dc3320 features2d: apply CV_OVERRIDE/CV_FINAL 7 years ago
Patel, Nilaykumar K 6857870412 Overloading getDefaultName method for Feature2D and its child classes 8 years ago
Jiri Horner a5b5684670 Merge pull request #9330 from hrnr:akaze_ocl 8 years ago
Alexander Alekhin 8aca8d90d6 akaze: replace ceil() 8 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 8 years ago
Jiri Horner 5f20e802d2 Merge pull request #8869 from hrnr:akaze_part1 8 years ago
Vladislav Sovrasov 4a3da1c4ed Fix missing angles in AKAZE keypoints 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
berak 0baf0bdc24 AKAZE: check channels instead of type in detectAndCompute 10 years ago
Nils Plath 32d56c6b43 Fixed: wrong conversion of float-based Mat input inside the AKAZE. 10 years ago
Vadim Pisarevsky dcee883961 fixed MSVC warnings and iOS framework compile error 11 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 11 years ago
Vadim Pisarevsky 162384a838 fixed several test failures; currently 9 out of 73 tests fail 11 years ago
Vadim Pisarevsky 09df1a286b OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 11 years ago
Vadim Pisarevsky 97a5dd0ead fixed several test failures; currently 9 out of 73 tests fail 11 years ago
Vadim Pisarevsky 5e667ee53a OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 11 years ago
f-morozov 886319c81d AKAZE fixes and tracking tutorial 11 years ago
f-morozov 7f82960897 AKAZE fixes, tests and tutorial 11 years ago
Ievgen Khvedchenia 3a8e15fad9 Fix documentation warnings 11 years ago
Ievgen Khvedchenia c4e49463a9 Initial commit of the KAZE & AKAZE docs 11 years ago
Ievgen Khvedchenia 1a5fcd715d Refactor of KAZE and AKAZE: 11 years ago
Ievgen Khvedchenia a134e068ef Fix wrong checking of returned descriptor type 11 years ago
Ievgen Khvedchenia 5662294319 Rename KAZE to KAZEFeatures to fix MSVS x64 compiler error (Duplicate file name confused it) 11 years ago
Ievgen Khvedchenia cc0a94c536 Fix "conditional expression constant" warning 11 years ago
Ievgen Khvedchenia 3c596184e4 Added copyright headers for KAZE and AKAZE wrappers 11 years ago
Ievgen Khvedchenia f97e38d8a6 Fix casting from/to int/float that caused lot of compiler warnings. 11 years ago
Ievgen Khvedchenia f3f0e06c4d Fix parenthesis in assert statements 11 years ago
Ievgen Khvedchenia d8c9bb777e Fix return value of descriptorType() 11 years ago
Ievgen Khvedchenia 137ff7eccb Added KAZE and AKAZE wrappers 11 years ago