Public Types | Public Member Functions
rtflann::HellingerDistance< T > Struct Template Reference

#include <dist.h>

List of all members.

Public Types

typedef T ElementType
typedef bool is_kdtree_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

Detailed Description

template<class T>
struct rtflann::HellingerDistance< T >

Definition at line 637 of file dist.h.


Member Typedef Documentation

template<class T>
typedef T rtflann::HellingerDistance< T >::ElementType

Definition at line 641 of file dist.h.

template<class T>
typedef bool rtflann::HellingerDistance< T >::is_kdtree_distance

Definition at line 639 of file dist.h.

template<class T>
typedef Accumulator<T>::Type rtflann::HellingerDistance< T >::ResultType

Definition at line 642 of file dist.h.


Member Function Documentation

template<class T>
template<typename U , typename V >
ResultType rtflann::HellingerDistance< T >::accum_dist ( const U &  a,
const V &  b,
int   
) const [inline]

Partial distance, used by the kd-tree.

Definition at line 676 of file dist.h.

template<class T>
template<typename Iterator1 , typename Iterator2 >
ResultType rtflann::HellingerDistance< T >::operator() ( Iterator1  a,
Iterator2  b,
size_t  size,
ResultType  = -1 
) const [inline]

Compute the Hellinger distance

Definition at line 648 of file dist.h.


The documentation for this struct was generated from the following file:


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:42