|  | OpenCV
    3.4.7
    Open Source Computer Vision | 
#include <opencv2/flann/dist.h>
| Public Types | |
| typedef T | ElementType | 
| typedef True | is_kdtree_distance | 
| typedef True | is_vector_space_distance | 
| typedef Accumulator< T >::Type | ResultType | 
| Public Member Functions | |
| template<typename U , typename V > | |
| ResultType | accum_dist (const U &a, const V &b, int) const | 
| template<typename Iterator1 , typename Iterator2 > | |
| ResultType | operator() (Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist=-1) const | 
| typedef T cvflann::HistIntersectionDistance< T >::ElementType | 
| typedef True cvflann::HistIntersectionDistance< T >::is_kdtree_distance | 
| typedef True cvflann::HistIntersectionDistance< T >::is_vector_space_distance | 
| typedef Accumulator<T>::Type cvflann::HistIntersectionDistance< T >::ResultType | 
| 
 | inline | 
Partial distance, used by the kd-tree.
| 
 | inline | 
Compute the histogram intersection distance
 1.8.12
 1.8.12