#include <opencv2/flann/dist.h>
|
template<typename U , typename V > |
ResultType | accum_dist (const U &a, const V &b, int) const |
| Partial distance, used by the kd-tree. More...
|
|
template<typename Iterator1 , typename Iterator2 > |
ResultType | operator() (Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist=-1) const |
| Compute the histogram intersection distance. More...
|
|
◆ ElementType
◆ is_kdtree_distance
◆ is_vector_space_distance
◆ ResultType
◆ accum_dist()
template<class T >
template<typename U , typename V >
Partial distance, used by the kd-tree.
◆ operator()()
template<class T >
template<typename Iterator1 , typename Iterator2 >
Compute the histogram intersection distance.
The documentation for this struct was generated from the following file: