diff src/MatchVampPlugin.h @ 38:8cce4e13ede3 refactors

Make use of FeatureExtractor in Matcher
author Chris Cannam
date Thu, 13 Nov 2014 12:50:54 +0000
parents 16870e8770ae
children b9aa663a607b
line wrap: on
line diff
--- a/src/MatchVampPlugin.h	Thu Nov 13 12:03:52 2014 +0000
+++ b/src/MatchVampPlugin.h	Thu Nov 13 12:50:54 2014 +0000
@@ -26,6 +26,7 @@
 #endif
 
 #include "Matcher.h"
+#include "FeatureExtractor.h"
 
 class MatchFeeder;
 
@@ -83,6 +84,9 @@
     Matcher::Parameters m_params;
     Matcher::Parameters m_defaultParams;
 
+    FeatureExtractor::Parameters m_feParams;
+    FeatureExtractor::Parameters m_defaultFeParams;
+
     mutable int m_pathOutNo;
     mutable int m_abOutNo;
     mutable int m_baOutNo;