From 513fdccba2becf1e7485a84bc6a03c96c90a9dcd Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 29 Jul 2013 14:57:27 -0400 Subject: [PATCH] AggregateFrames transform no longer independent --- openbr/plugins/frames.cpp | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) 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; -- libgit2 0.21.4