D E M

D

demo_FastEMD - Class in <Unnamed>
This demo efficiently computes the emd_hat between two 1-dimensional histograms where the ground distance between the bins is thresholded L_1 emd_hat was described in the paper:
A Linear Time Histogram Metric for Improved SIFT Matching
Ofir Pele, Michael Werman
ECCV 2008
The efficient algorithm is described in the paper:
Fast and Robust Earth Mover's Distances
Ofir Pele, Michael Werman
ICCV 2009
demo_FastEMD() - Constructor for class demo_FastEMD
 
dist(double[], double[], double[][], double, double[][]) - Static method in class emd_hat
Same as dist_gd_metric, but does not assume metric property for the ground distance (C).
dist_gd_metric(double[], double[], double[][], double, double[][]) - Static method in class emd_hat
Fastest version of EMD.

E

emd_hat - Class in <Unnamed>
A class that provides efficient emd_hat functions.
emd_hat() - Constructor for class emd_hat
 

M

main(String[]) - Static method in class demo_FastEMD
 

D E M