#include <opencv2/flann/dist.h>
|
template<typename Iterator1 , typename Iterator2 > |
ResultType | operator() (Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist=-1) const |
| Compute the max distance (L_infinity) between two vectors. More...
|
|
◆ ElementType
◆ is_kdtree_distance
◆ is_vector_space_distance
◆ ResultType
◆ operator()()
template<class T >
template<typename Iterator1 , typename Iterator2 >
Compute the max distance (L_infinity) between two vectors.
This distance is not a valid kdtree distance, it's not dimensionwise additive.
References cvflann::abs().
The documentation for this struct was generated from the following file: