Balint Cristian
0087c57e0d
Fix KAZE/AKAZE descriptors to use angle instead radians.
10 years ago
Dominik Kleiser
0c471515fd
use float for CV_PI
10 years ago
Dominik Kleiser
c7cb028035
use floats for the calculation
10 years ago
Dominik Kleiser
767bae44ae
Fix the unit of angle for AKaze/Kaze KeyPoints
...
Convert the return value of getAngle from radian to degrees.
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
Vladislav Vinogradov
c120001178
fix -Wsign-compare warnings
10 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
2e915026a0
yet another attempt to refactor features2d; the first commit, features2d does not even compile
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
Vadim Pisarevsky
1796a26fc7
yet another attempt to refactor features2d; the first commit, features2d does not even compile
11 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:
...
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
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
Ievgen Khvedchenia
3e51da38fb
Removed Feature_Suppression_Distance function that is not used anywhere.
11 years ago
Ievgen Khvedchenia
ab1ef08f0e
Rename file config.h to KAZEConfig.h
11 years ago
Ievgen Khvedchenia
4509fe55c2
Clean-up of getters/setters that are not needed by OpenCV
11 years ago
Ievgen Khvedchenia
2daa14e3c7
Clean-up from dead code.
11 years ago
Ievgen Khvedchenia
c1bf453266
Wrapped nldiffusion functions with details::kaze or details::amaze namespace to avoid collision of function names
11 years ago
Ievgen Khvedchenia
c68cbfced3
Fix size_t to int conversion
11 years ago
Ievgen Khvedchenia
a941d25f6d
Fix size_t to int conversion
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
599bcfb591
Fix size_t to int conversion
11 years ago
Ievgen Khvedchenia
cc0a94c536
Fix "conditional expression constant" warning
11 years ago
Ievgen Khvedchenia
f9422f60a6
Fix Fix casting from/to int/float that caused lot of compiler warnings.
11 years ago
Ievgen Khvedchenia
f97e38d8a6
Fix casting from/to int/float that caused lot of compiler warnings.
11 years ago
Ievgen Khvedchenia
61f79c2632
Fix line ending at EOF
11 years ago
Ievgen Khvedchenia
eada0f4b48
Fix shadowed i variable warning
11 years ago
Ievgen Khvedchenia
3e24822fff
Bugfix: clear input vector of key points for detection stage
11 years ago
Ievgen Khvedchenia
6d500cc6f7
Merge KAZE and AKAZE features with most recent version
11 years ago
Ievgen Khvedchenia
5848e75168
Clean-up from unused utils.h/utils/cpp
11 years ago
Ievgen Khvedchenia
703e012a5b
Prepare KAZE and AKAZE sources for integration
11 years ago
Ievgen Khvedchenia
7a59435490
KAZE and AKAZE integration initial commit
11 years ago