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; } };