Commit 28375d530770d6983ce47752e2d4bf9669a47cba
1 parent
a5a75899
Added original paper to documentation
Showing
1 changed file
with
2 additions
and
1 deletions
openbr/plugins/distance/emd.cpp
| ... | ... | @@ -8,8 +8,9 @@ namespace br |
| 8 | 8 | |
| 9 | 9 | /*! |
| 10 | 10 | * \ingroup distances |
| 11 | - * \brief Computes Earth Mover Distance | |
| 11 | + * \brief Computes Earth Mover's Distance | |
| 12 | 12 | * \author Scott Klum \cite sklum |
| 13 | + * \brief https://www.cs.duke.edu/~tomasi/papers/rubner/rubnerTr98.pdf | |
| 13 | 14 | */ |
| 14 | 15 | class EMDDistance : public UntrainableDistance |
| 15 | 16 | { | ... | ... |