Class demo_FastEMD

java.lang.Object
  extended by demo_FastEMD

public class demo_FastEMD
extends java.lang.Object

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

See Also:
emd_hat

Constructor Summary
demo_FastEMD()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

demo_FastEMD

public demo_FastEMD()
Method Detail

main

public static void main(java.lang.String[] args)