Refactor of KAZE and AKAZE:
authorIevgen Khvedchenia <ekhvedchenya@gmail.com>
Fri, 9 May 2014 15:46:00 +0000 (18:46 +0300)
committerIevgen Khvedchenia <ekhvedchenya@gmail.com>
Fri, 9 May 2014 15:46:00 +0000 (18:46 +0300)
commit1a5fcd715d6649dfe8cc8bd065c106a572414331
treea095e20cd06734cbc7b7b9b6b5c1d5ea73920048
parent220de14077c6164891ff9e4f97719dc598ceb050
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
modules/features2d/include/opencv2/features2d.hpp
modules/features2d/src/akaze.cpp
modules/features2d/src/akaze/AKAZEConfig.h
modules/features2d/src/akaze/AKAZEFeatures.cpp
modules/features2d/src/features2d_init.cpp
modules/features2d/src/kaze.cpp
modules/features2d/src/kaze/KAZEConfig.h
modules/features2d/src/kaze/KAZEFeatures.cpp
modules/features2d/src/kaze/KAZEFeatures.h
modules/features2d/test/test_keypoints.cpp