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:
...
1) Clean-up from the unused code
2) Remove of SURF extraction method
3) Enabled threading for KAZE extraction
4) Exposed new properties for runtime configuration
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