From b02b39c26364b28029fc06f39a4bcaa29fc539bb Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Tue, 24 Jun 2014 14:51:51 -0400 Subject: [PATCH] Added author info --- openbr/plugins/landmarks.cpp | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/openbr/plugins/landmarks.cpp b/openbr/plugins/landmarks.cpp index a575853..a275426 100644 --- a/openbr/plugins/landmarks.cpp +++ b/openbr/plugins/landmarks.cpp @@ -140,6 +140,10 @@ class ProcrustesTransform : public Transform BR_REGISTER(Transform, ProcrustesTransform) /*! + * \ingroup transforms + * \brief Improved procrustes alignment of points, to include a post processing scaling of points + * to faciliate subsequent texture mapping. + * \author Brendan Klare \cite bklare */ class ProcrustesAlignTransform : public Transform { -- libgit2 0.21.4