Commit 513fdccba2becf1e7485a84bc6a03c96c90a9dcd

Authored by Josh Klontz
1 parent 419920f2

AggregateFrames transform no longer independent

Showing 1 changed file with 4 additions and 0 deletions
openbr/plugins/frames.cpp
@@ -18,6 +18,10 @@ class AggregateFrames : public TimeVaryingTransform @@ -18,6 +18,10 @@ class AggregateFrames : public TimeVaryingTransform
18 18
19 TemplateList buffer; 19 TemplateList buffer;
20 20
  21 +public:
  22 + AggregateFrames() : TimeVaryingTransform(false) {}
  23 +
  24 +private:
21 void train(const TemplateList &data) 25 void train(const TemplateList &data)
22 { 26 {
23 (void) data; 27 (void) data;