Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

AKAZE != KAZE . AKAZE computes binary descriptors, thus you'll need HAMMING distance, in contrast to KAZE which computes float descriptors and can be compared with Euclidean distance as berak also commented. Note: both descriptors are also described in two different papers.