#include <HistogramDistances.h>

Public Member Functions | |
| virtual double | distance (const std::vector< std::vector< Numeric > > &first, const std::vector< std::vector< Numeric > > &last) const |
| Batthacharyya. | |
| virtual double | distance (const std::vector< Numeric > &first, const std::vector< Numeric > &last) const |
Representation of the Batthacharyya distance function between histograms. This class represents the function to compute the Batthacharyya distance between histograms.
Definition at line 91 of file HistogramDistances.h.
| double BatthacharyyaDistance< Numeric >::distance | ( | const std::vector< std::vector< Numeric > > & | first, | |
| const std::vector< std::vector< Numeric > > & | last | |||
| ) | const [inline, virtual] |
Batthacharyya.
Reimplemented from HistogramDistance< Numeric >.
Definition at line 64 of file HistogramDistances.hpp.
| double BatthacharyyaDistance< Numeric >::distance | ( | const std::vector< Numeric > & | first, | |
| const std::vector< Numeric > & | last | |||
| ) | const [inline, virtual] |
Computes the distance between the first and last histogram (1D).
Implements HistogramDistance< Numeric >.
Definition at line 75 of file HistogramDistances.hpp.