opencv/modules/features2d
Han Hu e646f9d2f1 Fix subpixel problem of akaze.
This is found in the original akaze repo. Previous sub pixel localization method assumes the coordinate (0, 0) is the up-left corner of the up-left pixel. But as far as I know, opencv uses the center of the up-left corner, in this case it should be done in this way.

35aeb83a71
db3dc22981
2016-05-20 11:45:46 +08:00
..
doc added comments and test perl examples for agast tree version 2015-11-19 07:39:57 +03:00
include/opencv2 Add segmentation and object tracking python tests 2016-03-03 11:06:21 +03:00
misc/java Adds supports for the majority of features2d to the Java wrappers: 2016-03-07 00:14:53 -08:00
perf Leave AGAST at thresold=10, cosmetic for perf tests. 2015-04-30 02:23:58 +03:00
src Fix subpixel problem of akaze. 2016-05-20 11:45:46 +08:00
test Valgrind: fixed uninitialized image usage in descriptors regression tests 2015-12-09 14:25:09 +03:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00