diff --git a/openbr/plugins/independent.cpp b/openbr/plugins/independent.cpp index 0039032..f6ca991 100644 --- a/openbr/plugins/independent.cpp +++ b/openbr/plugins/independent.cpp @@ -93,6 +93,7 @@ class DownsampleTrainingTransform : public Transform BR_PROPERTY(QStringList, gallery, QStringList()) BR_PROPERTY(QStringList, subjects, QStringList()) + Transform *simplify(bool &newTForm) { Transform *res = transform->simplify(newTForm);