#include <pyramid-matcher.h>
Static Public Member Functions | |
static double | GetPyramidMatchCost (const MultiResolutionHistogram &hist1, const MultiResolutionHistogram &hist2, BinWeightScheme bin_weight_scheme) |
Returns the pyramid match cost/distance. | |
static double | GetPyramidMatchSimilarity (const MultiResolutionHistogram &hist1, const MultiResolutionHistogram &hist2, BinWeightScheme bin_weight_scheme) |
Returns the pyramid match similarity (kernel value). | |
Classes | |
class | MatchNode |
double GetPyramidMatchCost | ( | const MultiResolutionHistogram & | hist1, | |
const MultiResolutionHistogram & | hist2, | |||
BinWeightScheme | bin_weight_scheme | |||
) | [static] |
Returns the pyramid match cost/distance.
bin_weight_scheme | depends on how the pyramid was generated. |
double GetPyramidMatchSimilarity | ( | const MultiResolutionHistogram & | hist1, | |
const MultiResolutionHistogram & | hist2, | |||
BinWeightScheme | bin_weight_scheme | |||
) | [static] |
Returns the pyramid match similarity (kernel value).
bin_weight_scheme | depends on how the pyramid was generated. |