diff --git a/openbr/plugins/frames.cpp b/openbr/plugins/frames.cpp index 5076846..74aa978 100644 --- a/openbr/plugins/frames.cpp +++ b/openbr/plugins/frames.cpp @@ -18,6 +18,10 @@ class AggregateFrames : public TimeVaryingTransform TemplateList buffer; +public: + AggregateFrames() : TimeVaryingTransform(false) {} + +private: void train(const TemplateList &data) { (void) data;