#include <dist.h>
List of all members.
template<class T>
struct cvflann::L1< T >
Member Typedef Documentation
Member Function Documentation
template<class T>
template<typename Iterator1 , typename Iterator2 >
Compute the Manhattan (L_1) distance between two vectors.
This is highly optimised, with loop unrolling, as it is one of the most expensive inner loops.
template<class T>
template<typename U , typename V >
Partial distance, used by the kd-tree.
The documentation for this struct was generated from the following file: