diff src/MatchPipeline.h @ 166:d23dad16d6f9 refactors

Simplify freq handling
author Chris Cannam
date Thu, 05 Feb 2015 11:53:23 +0000
parents 581b1118ec28
children eeed3498fe96
line wrap: on
line diff
--- a/src/MatchPipeline.h	Fri Jan 30 14:54:18 2015 +0000
+++ b/src/MatchPipeline.h	Thu Feb 05 11:53:23 2015 +0000
@@ -115,6 +115,8 @@
     vector<double> m_c1;
     vector<double> m_c2;
     bool aboveThreshold(const vector<double> &f);
+    FeatureExtractor::Parameters paramsWithFreq(FeatureExtractor::Parameters,
+                                                double);
 };
 
 #endif