Commit 282546e0a2efea097bb8bdb62c9dac15b18f57ce

Authored by Brendan K
1 parent 7b453f7a

Add note about proper usage of RemoveFTE

openbr/plugins/metadata/removefte.cpp
... ... @@ -6,7 +6,8 @@ namespace br
6 6 /*!
7 7 * \ingroup transforms
8 8 * \author Brendan Klare \cite bklare
9   - * \brief Remove any templates that failed to enroll (FTE)
  9 + * \brief Remove any templates that failed to enroll (FTE).
  10 + * Important note: this will not work without the global enrollAll being true
10 11 */
11 12 class RemoveFTETransform : public UntrainableMetaTransform
12 13 {
... ...