From 282546e0a2efea097bb8bdb62c9dac15b18f57ce Mon Sep 17 00:00:00 2001 From: Brendan K Date: Sat, 30 Jan 2016 15:00:08 +0000 Subject: [PATCH] Add note about proper usage of RemoveFTE --- openbr/plugins/metadata/removefte.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/metadata/removefte.cpp b/openbr/plugins/metadata/removefte.cpp index 82c1608..6032d3b 100644 --- a/openbr/plugins/metadata/removefte.cpp +++ b/openbr/plugins/metadata/removefte.cpp @@ -6,7 +6,8 @@ namespace br /*! * \ingroup transforms * \author Brendan Klare \cite bklare - * \brief Remove any templates that failed to enroll (FTE) + * \brief Remove any templates that failed to enroll (FTE). + * Important note: this will not work without the global enrollAll being true */ class RemoveFTETransform : public UntrainableMetaTransform { -- libgit2 0.21.4