comparison dsp/segmentation/ClusterMeltSegmenter.cpp @ 493:bb78ca3fe7de

Remove "using" from some headers
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 17:24:50 +0100
parents 175e51ae78eb
children 1bea13b8f951
comparison
equal deleted inserted replaced
492:2892ecc40f86 493:bb78ca3fe7de
22 22
23 #include "dsp/transforms/FFT.h" 23 #include "dsp/transforms/FFT.h"
24 #include "dsp/chromagram/ConstantQ.h" 24 #include "dsp/chromagram/ConstantQ.h"
25 #include "dsp/rateconversion/Decimator.h" 25 #include "dsp/rateconversion/Decimator.h"
26 #include "dsp/mfcc/MFCC.h" 26 #include "dsp/mfcc/MFCC.h"
27
28 using std::vector;
27 29
28 ClusterMeltSegmenter::ClusterMeltSegmenter(ClusterMeltSegmenterParams params) : 30 ClusterMeltSegmenter::ClusterMeltSegmenter(ClusterMeltSegmenterParams params) :
29 window(NULL), 31 window(NULL),
30 fft(NULL), 32 fft(NULL),
31 constq(NULL), 33 constq(NULL),