Mercurial > hg > match-vamp
comparison src/FeatureExtractor.cpp @ 174:ef3c4b451c57 refactors
Disable debug
author | Chris Cannam |
---|---|
date | Fri, 06 Feb 2015 18:41:44 +0000 |
parents | d23dad16d6f9 |
children | 50bf5c5bca34 |
comparison
equal
deleted
inserted
replaced
173:eeed3498fe96 | 174:ef3c4b451c57 |
---|---|
22 #include <cassert> | 22 #include <cassert> |
23 #include <cmath> | 23 #include <cmath> |
24 | 24 |
25 using namespace std; | 25 using namespace std; |
26 | 26 |
27 #define DEBUG_FEATURE_EXTRACTOR 1 | 27 //#define DEBUG_FEATURE_EXTRACTOR 1 |
28 | 28 |
29 FeatureExtractor::FeatureExtractor(Parameters parameters) : | 29 FeatureExtractor::FeatureExtractor(Parameters parameters) : |
30 m_params(parameters) | 30 m_params(parameters) |
31 { | 31 { |
32 m_featureSize = getFeatureSizeFor(parameters); | 32 m_featureSize = getFeatureSizeFor(parameters); |