From 3e61e09c669831724667bf9e2e1ab6ab1683b0af Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 30 Sep 2013 14:49:36 -0400 Subject: [PATCH] added ebif gabor convolution --- openbr/plugins/ebif.cpp | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/ebif.cpp b/openbr/plugins/ebif.cpp index 0d7968e..07fba92 100644 --- a/openbr/plugins/ebif.cpp +++ b/openbr/plugins/ebif.cpp @@ -24,10 +24,26 @@ class EBIFTransform : public UntrainableTransform BR_PROPERTY(int, N, 6) BR_PROPERTY(int, M, 9) + Transform *gaborJet; + + void init() + { + QStringList thetas; // Orientations between 0 and pi + for (int m=0; m scales; + Template scales; float scaleFactor = 1; for (int n=0; n> *gaborJet; + (void) dst; } }; -- libgit2 0.21.4