|  | OpenCV
    3.4.3
    Open Source Computer Vision | 
#include "dist.h"
| Public Types | |
| typedef T | ElementType | 
| typedef False | is_kdtree_distance | 
| typedef False | is_vector_space_distance | 
| typedef int | ResultType | 
| Public Member Functions | |
| template<typename Iterator1 , typename Iterator2 > | |
| ResultType | operator() (Iterator1 a, Iterator2 b, size_t size, ResultType=-1) const | 
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
| typedef T cvflann::Hamming< T >::ElementType | 
| typedef False cvflann::Hamming< T >::is_kdtree_distance | 
| typedef False cvflann::Hamming< T >::is_vector_space_distance | 
| typedef int cvflann::Hamming< T >::ResultType | 
| 
 | inline | 
 1.8.12
 1.8.12