From 28375d530770d6983ce47752e2d4bf9669a47cba Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 2 Apr 2015 11:46:06 -0400 Subject: [PATCH] Added original paper to documentation --- openbr/plugins/distance/emd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/distance/emd.cpp b/openbr/plugins/distance/emd.cpp index b25761d..ba5e1c8 100644 --- a/openbr/plugins/distance/emd.cpp +++ b/openbr/plugins/distance/emd.cpp @@ -8,8 +8,9 @@ namespace br /*! * \ingroup distances - * \brief Computes Earth Mover Distance + * \brief Computes Earth Mover's Distance * \author Scott Klum \cite sklum + * \brief https://www.cs.duke.edu/~tomasi/papers/rubner/rubnerTr98.pdf */ class EMDDistance : public UntrainableDistance { -- libgit2 0.21.4