|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdemo_FastEMD
public class demo_FastEMD
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
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 |
---|
public demo_FastEMD()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |