Commit b02b39c26364b28029fc06f39a4bcaa29fc539bb
1 parent
4261d8e6
Added author info
Showing
1 changed file
with
4 additions
and
0 deletions
openbr/plugins/landmarks.cpp
| @@ -140,6 +140,10 @@ class ProcrustesTransform : public Transform | @@ -140,6 +140,10 @@ class ProcrustesTransform : public Transform | ||
| 140 | BR_REGISTER(Transform, ProcrustesTransform) | 140 | BR_REGISTER(Transform, ProcrustesTransform) |
| 141 | 141 | ||
| 142 | /*! | 142 | /*! |
| 143 | + * \ingroup transforms | ||
| 144 | + * \brief Improved procrustes alignment of points, to include a post processing scaling of points | ||
| 145 | + * to faciliate subsequent texture mapping. | ||
| 146 | + * \author Brendan Klare \cite bklare | ||
| 143 | */ | 147 | */ |
| 144 | class ProcrustesAlignTransform : public Transform | 148 | class ProcrustesAlignTransform : public Transform |
| 145 | { | 149 | { |