OpenCV
4.0.0
Open Source Computer Vision
|
#include "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=-1) const |
typedef T cvflann::HellingerDistance< T >::ElementType |
typedef True cvflann::HellingerDistance< T >::is_kdtree_distance |
typedef True cvflann::HellingerDistance< T >::is_vector_space_distance |
typedef Accumulator<T>::Type cvflann::HellingerDistance< T >::ResultType |
|
inline |
Partial distance, used by the kd-tree.
|
inline |
Compute the Hellinger distance