opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Hamming< T > Struct Template Reference

Hamming< T > Struct Template Reference

Hamming distance functor (pop count between two binary vectors, i.e. More...

#include <dist.h>


Detailed Description

template<class T>
struct cvflann::Hamming< T >

Hamming distance functor (pop count between two binary vectors, i.e.

xor them and count the number of bits set) That code was taken from brief.cpp in OpenCV

Definition at line 415 of file dist.h.